Struct augdom::event::AnimationEndBuilder  [−][src]
pub struct AnimationEndBuilder(_);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 = AnimationEnd
type Output = AnimationEnd
The event produced by the builder.
Build, returning the output.
Auto Trait Implementations
impl RefUnwindSafe for AnimationEndBuilder
impl !Send for AnimationEndBuilder
impl !Sync for AnimationEndBuilder
impl Unpin for AnimationEndBuilder
impl UnwindSafe for AnimationEndBuilder
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