pub enum TranscriptionInclude {
Logprobs,
}
Variants§
Logprobs
logprobs
Trait Implementations§
Source§impl Clone for TranscriptionInclude
impl Clone for TranscriptionInclude
Source§fn clone(&self) -> TranscriptionInclude
fn clone(&self) -> TranscriptionInclude
Returns a duplicate 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 moreSource§impl Debug for TranscriptionInclude
impl Debug for TranscriptionInclude
Source§impl<'de> Deserialize<'de> for TranscriptionInclude
impl<'de> Deserialize<'de> for TranscriptionInclude
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
Source§impl PartialEq for TranscriptionInclude
impl PartialEq for TranscriptionInclude
Source§impl Serialize for TranscriptionInclude
impl Serialize for TranscriptionInclude
impl Copy for TranscriptionInclude
impl StructuralPartialEq for TranscriptionInclude
Auto Trait Implementations§
impl Freeze for TranscriptionInclude
impl RefUnwindSafe for TranscriptionInclude
impl Send for TranscriptionInclude
impl Sync for TranscriptionInclude
impl Unpin for TranscriptionInclude
impl UnwindSafe for TranscriptionInclude
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