[][src]Struct youtube_api::models::PlaybackTracking

pub struct PlaybackTracking {
    pub videostats_playback_url: PtrackingUrlClass,
    pub videostats_delayplay_url: PtrackingUrlClass,
    pub videostats_watchtime_url: PtrackingUrlClass,
    pub ptracking_url: PtrackingUrlClass,
    pub qoe_url: PtrackingUrlClass,
    pub set_awesome_url: AtrUrlClass,
    pub atr_url: AtrUrlClass,
    pub youtube_remarketing_url: Option<AtrUrlClass>,
    pub google_remarketing_url: Option<AtrUrlClass>,
}

Fields

videostats_playback_url: PtrackingUrlClassvideostats_delayplay_url: PtrackingUrlClassvideostats_watchtime_url: PtrackingUrlClassptracking_url: PtrackingUrlClassqoe_url: PtrackingUrlClassset_awesome_url: AtrUrlClassatr_url: AtrUrlClassyoutube_remarketing_url: Option<AtrUrlClass>google_remarketing_url: Option<AtrUrlClass>

Trait Implementations

impl Clone for PlaybackTracking[src]

impl Debug for PlaybackTracking[src]

impl<'de> Deserialize<'de> for PlaybackTracking[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<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.