Struct openai_rs_api::core::models::audio::TranscriptionParameters
source · pub struct TranscriptionParameters { /* private fields */ }Trait Implementations§
source§impl Debug for TranscriptionParameters
impl Debug for TranscriptionParameters
Auto Trait Implementations§
impl RefUnwindSafe for TranscriptionParameters
impl Send for TranscriptionParameters
impl Sync for TranscriptionParameters
impl Unpin for TranscriptionParameters
impl UnwindSafe for TranscriptionParameters
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