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