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