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