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: Stringadded_at: OffsetDateTimelibrary_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

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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