Struct augdom::event::AnimationCancelBuilder [−][src]
pub struct AnimationCancelBuilder(_);
Expand description
A builder for events.
Methods from Deref<Target = AnimationEventInit>
Change the bubbles
field of this object.
This API requires the following crate features to be activated: AnimationEventInit
Change the cancelable
field of this object.
This API requires the following crate features to be activated: AnimationEventInit
Change the composed
field of this object.
This API requires the following crate features to be activated: AnimationEventInit
Change the animationName
field of this object.
This API requires the following crate features to be activated: AnimationEventInit
Change the elapsedTime
field of this object.
This API requires the following crate features to be activated: AnimationEventInit
Change the pseudoElement
field of this object.
This API requires the following crate features to be activated: AnimationEventInit
Trait Implementations
type Target = AnimationEventInit
type Target = AnimationEventInit
The resulting type after dereferencing.
type Output = AnimationCancel
type Output = AnimationCancel
The event produced by the builder.
Build, returning the output.
Auto Trait Implementations
impl RefUnwindSafe for AnimationCancelBuilder
impl !Send for AnimationCancelBuilder
impl !Sync for AnimationCancelBuilder
impl Unpin for AnimationCancelBuilder
impl UnwindSafe for AnimationCancelBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more