Enum async_openai::types::SpeechModel
source · pub enum SpeechModel {
Tts1,
Tts1Hd,
Other(String),
}
Variants§
Trait Implementations§
source§impl Clone for SpeechModel
impl Clone for SpeechModel
source§fn clone(&self) -> SpeechModel
fn clone(&self) -> SpeechModel
Returns a copy 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 SpeechModel
impl Debug for SpeechModel
source§impl Default for SpeechModel
impl Default for SpeechModel
source§fn default() -> SpeechModel
fn default() -> SpeechModel
Returns the “default value” for a type. Read more
source§impl PartialEq for SpeechModel
impl PartialEq for SpeechModel
source§fn eq(&self, other: &SpeechModel) -> bool
fn eq(&self, other: &SpeechModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SpeechModel
impl Serialize for SpeechModel
impl StructuralPartialEq for SpeechModel
Auto Trait Implementations§
impl RefUnwindSafe for SpeechModel
impl Send for SpeechModel
impl Sync for SpeechModel
impl Unpin for SpeechModel
impl UnwindSafe for SpeechModel
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