pub struct TranscribeOptions { /* private fields */ }
Trait Implementations§
Source§impl Debug for TranscribeOptions
impl Debug for TranscribeOptions
Source§impl Default for TranscribeOptions
impl Default for TranscribeOptions
Source§impl<'de> Deserialize<'de> for TranscribeOptions
impl<'de> Deserialize<'de> for TranscribeOptions
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 TranscribeOptions
impl RefUnwindSafe for TranscribeOptions
impl Send for TranscribeOptions
impl Sync for TranscribeOptions
impl Unpin for TranscribeOptions
impl UnwindSafe for TranscribeOptions
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