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