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