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