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