Struct SpeechRecognitionConstraintType
#[repr(transparent)]pub struct SpeechRecognitionConstraintType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl SpeechRecognitionConstraintType
impl SpeechRecognitionConstraintType
pub const Topic: Self = _
pub const List: Self = _
pub const Grammar: Self = _
pub const VoiceCommandDefinition: Self = _
Trait Implementations§
§impl Clone for SpeechRecognitionConstraintType
impl Clone for SpeechRecognitionConstraintType
§fn clone(&self) -> SpeechRecognitionConstraintType
fn clone(&self) -> SpeechRecognitionConstraintType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SpeechRecognitionConstraintType
impl Debug for SpeechRecognitionConstraintType
§impl Default for SpeechRecognitionConstraintType
impl Default for SpeechRecognitionConstraintType
§fn default() -> SpeechRecognitionConstraintType
fn default() -> SpeechRecognitionConstraintType
Returns the “default value” for a type. Read more
impl Copy for SpeechRecognitionConstraintType
impl Eq for SpeechRecognitionConstraintType
impl StructuralPartialEq for SpeechRecognitionConstraintType
Auto Trait Implementations§
impl Freeze for SpeechRecognitionConstraintType
impl RefUnwindSafe for SpeechRecognitionConstraintType
impl Send for SpeechRecognitionConstraintType
impl Sync for SpeechRecognitionConstraintType
impl Unpin for SpeechRecognitionConstraintType
impl UnwindSafe for SpeechRecognitionConstraintType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more