Struct utube::yt_initial_player_response::YtInitialPlayerResponse[][src]

pub struct YtInitialPlayerResponse {
    pub response_context: Value,
    pub playability_status: Value,
    pub streaming_data: StreamingData,
    pub player_ads: Value,
    pub playback_tracking: Value,
    pub captions: Option<Value>,
    pub video_details: VideoDetails,
}

Fields

response_context: Value

We do not care about this field as it contains tracking informations. Skipped.

playability_status: Value

Unsure if this fields is necessary or not. Also skipped for now.

streaming_data: StreamingDataplayer_ads: Value

We do not care about this field as it contains ad informations. Skipped.

playback_tracking: Value

We do not care about this field as it contains tracking informations. Skipped.

captions: Option<Value>

Contains subtitles informations

video_details: VideoDetails

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.