Struct utube::yt_initial_player_response::VideoDetails[][src]

pub struct VideoDetails {
Show fields pub video_id: String, pub title: String, pub length_seconds: String, pub keywords: Option<Vec<String>>, pub channel_id: String, pub is_owner_viewing: bool, pub short_description: String, pub is_crawlable: bool, pub average_rating: f64, pub allow_ratings: bool, pub view_count: String, pub author: String, pub is_private: bool, pub is_unplugged_corpus: bool, pub is_live_content: bool,
}

Fields

video_id: Stringtitle: Stringlength_seconds: Stringkeywords: Option<Vec<String>>channel_id: Stringis_owner_viewing: boolshort_description: Stringis_crawlable: boolaverage_rating: f64allow_ratings: boolview_count: Stringauthor: Stringis_private: boolis_unplugged_corpus: boolis_live_content: bool

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. 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.

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.