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
sourceimpl<'de> Deserialize<'de> for Metadata
impl<'de> Deserialize<'de> for Metadata
sourcefn 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 Send for Metadata
impl Sync for Metadata
impl Unpin for Metadata
impl UnwindSafe for Metadata
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more