pub enum AudioOutputMimeType {
Mp3,
OggOpus,
L16,
Wav,
Alaw,
Mulaw,
}Variants§
Trait Implementations§
Source§impl Clone for AudioOutputMimeType
impl Clone for AudioOutputMimeType
Source§fn clone(&self) -> AudioOutputMimeType
fn clone(&self) -> AudioOutputMimeType
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 moreSource§impl Debug for AudioOutputMimeType
impl Debug for AudioOutputMimeType
Source§impl<'de> Deserialize<'de> for AudioOutputMimeType
impl<'de> Deserialize<'de> for AudioOutputMimeType
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
Source§impl PartialEq for AudioOutputMimeType
impl PartialEq for AudioOutputMimeType
Source§impl Serialize for AudioOutputMimeType
impl Serialize for AudioOutputMimeType
impl StructuralPartialEq for AudioOutputMimeType
Auto Trait Implementations§
impl Freeze for AudioOutputMimeType
impl RefUnwindSafe for AudioOutputMimeType
impl Send for AudioOutputMimeType
impl Sync for AudioOutputMimeType
impl Unpin for AudioOutputMimeType
impl UnsafeUnpin for AudioOutputMimeType
impl UnwindSafe for AudioOutputMimeType
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