Struct rustube::VideoInfo[][src]

pub struct VideoInfo {
    pub player_response: PlayerResponse,
    pub adaptive_fmts_raw: Option<String>,
    pub is_age_restricted: bool,
}

Fields

player_response: PlayerResponseadaptive_fmts_raw: Option<String>is_age_restricted: bool

Trait Implementations

impl Clone for VideoInfo[src]

This is supported on crate feature fetch only.

impl Debug for VideoInfo[src]

This is supported on crate feature fetch only.

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

This is supported on crate feature fetch only.

impl PartialEq<VideoInfo> for VideoInfo[src]

This is supported on crate feature fetch only.

impl Serialize for VideoInfo[src]

This is supported on crate feature fetch only.

impl StructuralPartialEq for VideoInfo[src]

This is supported on crate feature fetch only.

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<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.