Struct dantalian::nfogen::nfo::Episode[][src]

pub struct Episode {
Show fields pub uid: u32, pub title: String, pub original_title: String, pub show_title: String, pub rating_value: Option<f64>, pub rating_votes: Option<u32>, pub ep_index: String, pub is_sp: bool, pub plot: String, pub directors: Rc<[String]>, pub credits: Rc<[String]>, pub premiered: String, pub status: Option<String>, pub aired: Option<String>, pub studio: Option<String>, pub actors: Rc<[Actor]>,
}

Fields

uid: u32title: Stringoriginal_title: Stringshow_title: Stringrating_value: Option<f64>rating_votes: Option<u32>ep_index: Stringis_sp: boolplot: Stringdirectors: Rc<[String]>credits: Rc<[String]>premiered: Stringstatus: Option<String>aired: Option<String>studio: Option<String>actors: Rc<[Actor]>

Trait Implementations

Formats the value using the given formatter. Read more

Serialize this value into the given Serde serializer. 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

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.