[][src]Struct google_youtube3::ChannelConversionPings

pub struct ChannelConversionPings {
    pub pings: Option<Vec<ChannelConversionPing>>,
}

The conversionPings object encapsulates information about conversion pings that need to be respected by the channel.

This type is not used in any activity, and only used as part of another schema.

Fields

pings: Option<Vec<ChannelConversionPing>>

Pings that the app shall fire (authenticated by biscotti cookie). Each ping has a context, in which the app must fire the ping, and a url identifying the ping.

Trait Implementations

impl Part for ChannelConversionPings[src]

impl Clone for ChannelConversionPings[src]

impl Default for ChannelConversionPings[src]

impl Debug for ChannelConversionPings[src]

impl Serialize for ChannelConversionPings[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> 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 = !

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.

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

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

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

impl<T> Typeable for T where
    T: Any

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