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