Struct rustube::video_info::player_response::microformat::PlayerMicroformatRenderer[][src]

pub struct PlayerMicroformatRenderer {
    pub available_countries: Vec<String>,
    pub category: String,
    pub description: SimpleText,
    pub embed: Embed,
    pub external_channel_id: String,
    pub has_ypc_metadate: bool,
    pub is_unlisted: bool,
    pub length_seconds: String,
    pub live_brodcast_details: Option<LiveBroadcastDetails>,
    pub owner_channel_name: String,
    pub owner_profile_url: String,
    pub publish_date: NaiveDate,
    pub thumbnails: Vec<Thumbnail>,
    pub title: SimpleText,
    pub upload_date: NaiveDate,
    pub view_count: i32,
}
This is supported on crate features fetch and microformat only.

Fields

available_countries: Vec<String>category: Stringdescription: SimpleTextembed: Embedexternal_channel_id: Stringhas_ypc_metadate: boolis_unlisted: boollength_seconds: Stringlive_brodcast_details: Option<LiveBroadcastDetails>owner_channel_name: Stringowner_profile_url: Stringpublish_date: NaiveDatethumbnails: Vec<Thumbnail>title: SimpleTextupload_date: NaiveDateview_count: i32

Trait Implementations

impl Clone for PlayerMicroformatRenderer[src]

impl Debug for PlayerMicroformatRenderer[src]

impl<'de> Deserialize<'de> for PlayerMicroformatRenderer[src]

impl Eq for PlayerMicroformatRenderer[src]

impl Hash for PlayerMicroformatRenderer[src]

impl PartialEq<PlayerMicroformatRenderer> for PlayerMicroformatRenderer[src]

impl Serialize for PlayerMicroformatRenderer[src]

impl StructuralEq for PlayerMicroformatRenderer[src]

impl StructuralPartialEq for PlayerMicroformatRenderer[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.