pub enum SpeechContextTrack {
Speaker,
Sounds,
}Variants§
Trait Implementations§
Source§impl Clone for SpeechContextTrack
impl Clone for SpeechContextTrack
Source§fn clone(&self) -> SpeechContextTrack
fn clone(&self) -> SpeechContextTrack
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 SpeechContextTrack
Source§impl Debug for SpeechContextTrack
impl Debug for SpeechContextTrack
Source§impl<'de> Deserialize<'de> for SpeechContextTrack
impl<'de> Deserialize<'de> for SpeechContextTrack
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 SpeechContextTrack
Source§impl PartialEq for SpeechContextTrack
impl PartialEq for SpeechContextTrack
Source§impl Serialize for SpeechContextTrack
impl Serialize for SpeechContextTrack
impl StructuralPartialEq for SpeechContextTrack
Auto Trait Implementations§
impl Freeze for SpeechContextTrack
impl RefUnwindSafe for SpeechContextTrack
impl Send for SpeechContextTrack
impl Sync for SpeechContextTrack
impl Unpin for SpeechContextTrack
impl UnsafeUnpin for SpeechContextTrack
impl UnwindSafe for SpeechContextTrack
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