Enum plex_api::ContainerFormat
source · pub enum ContainerFormat {
Aac,
Avi,
Jpeg,
M4v,
Mkv,
Mp3,
Mp4,
Mpeg,
MpegTs,
Ogg,
Wav,
Unknown,
}
Variants§
Trait Implementations§
source§impl Clone for ContainerFormat
impl Clone for ContainerFormat
source§fn clone(&self) -> ContainerFormat
fn clone(&self) -> ContainerFormat
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 ContainerFormat
impl Debug for ContainerFormat
source§impl<'de> Deserialize<'de> for ContainerFormat
impl<'de> Deserialize<'de> for ContainerFormat
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 ContainerFormat
impl Display for ContainerFormat
source§impl FromStr for ContainerFormat
impl FromStr for ContainerFormat
source§impl PartialEq<ContainerFormat> for ContainerFormat
impl PartialEq<ContainerFormat> for ContainerFormat
source§fn eq(&self, other: &ContainerFormat) -> bool
fn eq(&self, other: &ContainerFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.