Struct augdom::event::FocusInBuilder  [−][src]
pub struct FocusInBuilder(_);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 FocusInBuilder
impl !Send for FocusInBuilder
impl !Sync for FocusInBuilder
impl Unpin for FocusInBuilder
impl UnwindSafe for FocusInBuilder
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