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