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