Enum plex_api::media_container::server::library::LyricCodec
source · pub enum LyricCodec {
Lrc,
Txt,
Unknown,
}Variants§
Trait Implementations§
source§impl Clone for LyricCodec
impl Clone for LyricCodec
source§fn clone(&self) -> LyricCodec
fn clone(&self) -> LyricCodec
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 LyricCodec
impl Debug for LyricCodec
source§impl<'de> Deserialize<'de> for LyricCodec
impl<'de> Deserialize<'de> for LyricCodec
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 LyricCodec
impl Display for LyricCodec
source§impl FromStr for LyricCodec
impl FromStr for LyricCodec
source§impl Hash for LyricCodec
impl Hash for LyricCodec
source§impl PartialEq<LyricCodec> for LyricCodec
impl PartialEq<LyricCodec> for LyricCodec
source§fn eq(&self, other: &LyricCodec) -> bool
fn eq(&self, other: &LyricCodec) -> bool
This method tests for
self and other values to be equal, and is used
by ==.