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