Enum plex_api::SubtitleCodec
source · pub enum SubtitleCodec {
Ass,
Pgs,
Subrip,
Srt,
DvdSubtitle,
MovText,
Vtt,
DvbSubtitle,
Unknown,
}
Variants§
Trait Implementations§
source§impl Clone for SubtitleCodec
impl Clone for SubtitleCodec
source§fn clone(&self) -> SubtitleCodec
fn clone(&self) -> SubtitleCodec
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 SubtitleCodec
impl Debug for SubtitleCodec
source§impl<'de> Deserialize<'de> for SubtitleCodec
impl<'de> Deserialize<'de> for SubtitleCodec
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 SubtitleCodec
impl Display for SubtitleCodec
source§impl FromStr for SubtitleCodec
impl FromStr for SubtitleCodec
source§impl PartialEq<SubtitleCodec> for SubtitleCodec
impl PartialEq<SubtitleCodec> for SubtitleCodec
source§fn eq(&self, other: &SubtitleCodec) -> bool
fn eq(&self, other: &SubtitleCodec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.