pub struct Metadata {Show 24 fields
pub title: String,
pub added_at: OffsetDateTime,
pub library_section_type: Option<String>,
pub key: Option<String>,
pub parent_key: Option<String>,
pub grandparent_key: Option<String>,
pub rating_key: Option<String>,
pub parent_rating_key: Option<String>,
pub grandparent_rating_key: Option<String>,
pub guid: Option<String>,
pub library_section_id: Option<u32>,
pub type: Option<String>,
pub parent_title: Option<String>,
pub grandparent_title: Option<String>,
pub summary: Option<String>,
pub index: Option<u32>,
pub parent_index: Option<u32>,
pub rating_count: Option<u64>,
pub thumb: Option<String>,
pub parent_thumb: Option<String>,
pub grandparent_thumb: Option<String>,
pub art: Option<String>,
pub grandparent_art: Option<String>,
pub updated_at: Option<OffsetDateTime>,
}
Fields
title: String
added_at: OffsetDateTime
library_section_type: Option<String>
key: Option<String>
parent_key: Option<String>
grandparent_key: Option<String>
rating_key: Option<String>
parent_rating_key: Option<String>
grandparent_rating_key: Option<String>
guid: Option<String>
library_section_id: Option<u32>
type: Option<String>
parent_title: Option<String>
grandparent_title: Option<String>
summary: Option<String>
index: Option<u32>
parent_index: Option<u32>
rating_count: Option<u64>
thumb: Option<String>
parent_thumb: Option<String>
grandparent_thumb: Option<String>
art: Option<String>
grandparent_art: Option<String>
updated_at: Option<OffsetDateTime>
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Metadata
impl UnwindSafe for Metadata
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more