Struct plex_api::media_container::server::library::GrandParentMetadata
source · pub struct GrandParentMetadata {
pub grandparent_key: Option<String>,
pub grandparent_rating_key: Option<u32>,
pub grandparent_guid: Option<String>,
pub grandparent_title: Option<String>,
pub grandparent_studio: Option<String>,
pub grandparent_year: Option<u32>,
pub grandparent_content_rating: Option<String>,
pub grandparent_index: Option<u32>,
pub grandparent_thumb: Option<String>,
pub grandparent_art: Option<String>,
pub grandparent_theme: Option<String>,
}Fields§
§grandparent_key: Option<String>§grandparent_rating_key: Option<u32>§grandparent_guid: Option<String>§grandparent_title: Option<String>§grandparent_studio: Option<String>§grandparent_year: Option<u32>§grandparent_content_rating: Option<String>§grandparent_index: Option<u32>§grandparent_thumb: Option<String>§grandparent_art: Option<String>§grandparent_theme: Option<String>Trait Implementations§
source§impl Clone for GrandParentMetadata
impl Clone for GrandParentMetadata
source§fn clone(&self) -> GrandParentMetadata
fn clone(&self) -> GrandParentMetadata
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 GrandParentMetadata
impl Debug for GrandParentMetadata
source§impl<'de> Deserialize<'de> for GrandParentMetadata
impl<'de> Deserialize<'de> for GrandParentMetadata
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