pub struct TranscriptChoice {
pub session_id: String,
pub label: String,
}Expand description
A single transcript source candidate for disambiguation.
Fields§
§session_id: String§label: StringTrait Implementations§
Source§impl Clone for TranscriptChoice
impl Clone for TranscriptChoice
Source§fn clone(&self) -> TranscriptChoice
fn clone(&self) -> TranscriptChoice
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 moreSource§impl Debug for TranscriptChoice
impl Debug for TranscriptChoice
Source§impl<'de> Deserialize<'de> for TranscriptChoice
impl<'de> Deserialize<'de> for TranscriptChoice
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 TranscriptChoice
Source§impl PartialEq for TranscriptChoice
impl PartialEq for TranscriptChoice
Source§fn eq(&self, other: &TranscriptChoice) -> bool
fn eq(&self, other: &TranscriptChoice) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TranscriptChoice
impl Serialize for TranscriptChoice
impl StructuralPartialEq for TranscriptChoice
Auto Trait Implementations§
impl Freeze for TranscriptChoice
impl RefUnwindSafe for TranscriptChoice
impl Send for TranscriptChoice
impl Sync for TranscriptChoice
impl Unpin for TranscriptChoice
impl UnsafeUnpin for TranscriptChoice
impl UnwindSafe for TranscriptChoice
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