Struct augdom::event::CompositionStartBuilder [−][src]
pub struct CompositionStartBuilder(_);
Expand description
A builder for events.
Methods from Deref<Target = CompositionEventInit>
Change the bubbles
field of this object.
This API requires the following crate features to be activated: CompositionEventInit
Change the cancelable
field of this object.
This API requires the following crate features to be activated: CompositionEventInit
Change the composed
field of this object.
This API requires the following crate features to be activated: CompositionEventInit
Change the detail
field of this object.
This API requires the following crate features to be activated: CompositionEventInit
Change the view
field of this object.
This API requires the following crate features to be activated: CompositionEventInit
, Window
Change the data
field of this object.
This API requires the following crate features to be activated: CompositionEventInit
Trait Implementations
type Target = CompositionEventInit
type Target = CompositionEventInit
The resulting type after dereferencing.
type Output = CompositionStart
type Output = CompositionStart
The event produced by the builder.
Build, returning the output.
Auto Trait Implementations
impl RefUnwindSafe for CompositionStartBuilder
impl !Send for CompositionStartBuilder
impl !Sync for CompositionStartBuilder
impl Unpin for CompositionStartBuilder
impl UnwindSafe for CompositionStartBuilder
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