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