Struct augdom::event::UnloadBuilder  [−][src]
pub struct UnloadBuilder(_);Expand description
A builder for events.
Methods from Deref<Target = UiEventInit>
Change the bubbles field of this object.
This API requires the following crate features to be activated: UiEventInit
Change the cancelable field of this object.
This API requires the following crate features to be activated: UiEventInit
Change the composed field of this object.
This API requires the following crate features to be activated: UiEventInit
Change the detail field of this object.
This API requires the following crate features to be activated: UiEventInit
Change the view field of this object.
This API requires the following crate features to be activated: UiEventInit, Window
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnloadBuilder
impl !Send for UnloadBuilder
impl !Sync for UnloadBuilder
impl Unpin for UnloadBuilder
impl UnwindSafe for UnloadBuilder
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