pub enum SpeechContextStatus {
Complete,
Partial,
Failed,
}Variants§
Trait Implementations§
Source§impl Clone for SpeechContextStatus
impl Clone for SpeechContextStatus
Source§fn clone(&self) -> SpeechContextStatus
fn clone(&self) -> SpeechContextStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SpeechContextStatus
Source§impl Debug for SpeechContextStatus
impl Debug for SpeechContextStatus
Source§impl<'de> Deserialize<'de> for SpeechContextStatus
impl<'de> Deserialize<'de> for SpeechContextStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SpeechContextStatus
Source§impl PartialEq for SpeechContextStatus
impl PartialEq for SpeechContextStatus
Source§impl Serialize for SpeechContextStatus
impl Serialize for SpeechContextStatus
impl StructuralPartialEq for SpeechContextStatus
Auto Trait Implementations§
impl Freeze for SpeechContextStatus
impl RefUnwindSafe for SpeechContextStatus
impl Send for SpeechContextStatus
impl Sync for SpeechContextStatus
impl Unpin for SpeechContextStatus
impl UnsafeUnpin for SpeechContextStatus
impl UnwindSafe for SpeechContextStatus
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