Struct plex_api::media_container::server::library::LyricStream
source · pub struct LyricStream {Show 14 fields
pub id: u64,
pub stream_type: MustBePosInt<4>,
pub index: Option<u32>,
pub codec: LyricCodec,
pub default: Option<bool>,
pub selected: Option<bool>,
pub title: Option<String>,
pub display_title: String,
pub extended_display_title: String,
pub key: Option<String>,
pub format: Option<String>,
pub timed: Option<String>,
pub min_lines: Option<String>,
pub provider: Option<String>,
}Fields§
§id: u64§stream_type: MustBePosInt<4>§index: Option<u32>§codec: LyricCodec§default: Option<bool>§selected: Option<bool>§title: Option<String>§display_title: String§extended_display_title: String§key: Option<String>§format: Option<String>§timed: Option<String>§min_lines: Option<String>§provider: Option<String>Trait Implementations§
source§impl Clone for LyricStream
impl Clone for LyricStream
source§fn clone(&self) -> LyricStream
fn clone(&self) -> LyricStream
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 LyricStream
impl Debug for LyricStream
source§impl<'de> Deserialize<'de> for LyricStream
impl<'de> Deserialize<'de> for LyricStream
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