pub enum AudioOutputFormat {
Json,
Text,
Srt,
VerboseJson,
Vtt,
}Variants§
Trait Implementations§
Source§impl Clone for AudioOutputFormat
impl Clone for AudioOutputFormat
Source§fn clone(&self) -> AudioOutputFormat
fn clone(&self) -> AudioOutputFormat
Returns a duplicate 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 AudioOutputFormat
impl Debug for AudioOutputFormat
Source§impl<'de> Deserialize<'de> for AudioOutputFormat
impl<'de> Deserialize<'de> for AudioOutputFormat
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 Display for AudioOutputFormat
impl Display for AudioOutputFormat
Source§impl PartialEq for AudioOutputFormat
impl PartialEq for AudioOutputFormat
Source§impl Serialize for AudioOutputFormat
impl Serialize for AudioOutputFormat
impl StructuralPartialEq for AudioOutputFormat
Auto Trait Implementations§
impl Freeze for AudioOutputFormat
impl RefUnwindSafe for AudioOutputFormat
impl Send for AudioOutputFormat
impl Sync for AudioOutputFormat
impl Unpin for AudioOutputFormat
impl UnwindSafe for AudioOutputFormat
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