pub struct TranscriptionInclude {}
Trait Implementations§
Source§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
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