pub struct AudioTranscriptionConfig {}
Trait Implementations§
Source§impl Clone for AudioTranscriptionConfig
impl Clone for AudioTranscriptionConfig
Source§fn clone(&self) -> AudioTranscriptionConfig
fn clone(&self) -> AudioTranscriptionConfig
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 AudioTranscriptionConfig
impl Debug for AudioTranscriptionConfig
Source§impl Default for AudioTranscriptionConfig
impl Default for AudioTranscriptionConfig
Source§fn default() -> AudioTranscriptionConfig
fn default() -> AudioTranscriptionConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AudioTranscriptionConfig
impl<'de> Deserialize<'de> for AudioTranscriptionConfig
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 AudioTranscriptionConfig
impl PartialEq for AudioTranscriptionConfig
Source§impl Serialize for AudioTranscriptionConfig
impl Serialize for AudioTranscriptionConfig
impl StructuralPartialEq for AudioTranscriptionConfig
Auto Trait Implementations§
impl Freeze for AudioTranscriptionConfig
impl RefUnwindSafe for AudioTranscriptionConfig
impl Send for AudioTranscriptionConfig
impl Sync for AudioTranscriptionConfig
impl Unpin for AudioTranscriptionConfig
impl UnwindSafe for AudioTranscriptionConfig
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