pub enum KnownSpeechResponseFormat {
Mp3,
Opus,
Aac,
Flac,
Wav,
Pcm,
}Variants§
Trait Implementations§
Source§impl Clone for KnownSpeechResponseFormat
impl Clone for KnownSpeechResponseFormat
Source§fn clone(&self) -> KnownSpeechResponseFormat
fn clone(&self) -> KnownSpeechResponseFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for KnownSpeechResponseFormat
Source§impl Debug for KnownSpeechResponseFormat
impl Debug for KnownSpeechResponseFormat
Source§impl<'de> Deserialize<'de> for KnownSpeechResponseFormat
impl<'de> Deserialize<'de> for KnownSpeechResponseFormat
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
impl Eq for KnownSpeechResponseFormat
impl StructuralPartialEq for KnownSpeechResponseFormat
Auto Trait Implementations§
impl Freeze for KnownSpeechResponseFormat
impl RefUnwindSafe for KnownSpeechResponseFormat
impl Send for KnownSpeechResponseFormat
impl Sync for KnownSpeechResponseFormat
impl Unpin for KnownSpeechResponseFormat
impl UnsafeUnpin for KnownSpeechResponseFormat
impl UnwindSafe for KnownSpeechResponseFormat
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