Struct augdom::event::HashChangeBuilder  [−][src]
pub struct HashChangeBuilder(_);Expand description
A builder for events.
Methods from Deref<Target = HashChangeEventInit>
Change the bubbles field of this object.
This API requires the following crate features to be activated: HashChangeEventInit
Change the cancelable field of this object.
This API requires the following crate features to be activated: HashChangeEventInit
Change the composed field of this object.
This API requires the following crate features to be activated: HashChangeEventInit
Change the newURL field of this object.
This API requires the following crate features to be activated: HashChangeEventInit
Change the oldURL field of this object.
This API requires the following crate features to be activated: HashChangeEventInit
Trait Implementations
type Target = HashChangeEventInit
type Target = HashChangeEventInit
The resulting type after dereferencing.
type Output = HashChange
type Output = HashChange
The event produced by the builder.
Build, returning the output.
Auto Trait Implementations
impl RefUnwindSafe for HashChangeBuilder
impl !Send for HashChangeBuilder
impl !Sync for HashChangeBuilder
impl Unpin for HashChangeBuilder
impl UnwindSafe for HashChangeBuilder
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