Struct google_youtube3::api::ChannelConversionPings[][src]

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 Clone for ChannelConversionPings[src]

impl Debug for ChannelConversionPings[src]

impl Default for ChannelConversionPings[src]

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

impl Part for ChannelConversionPings[src]

impl Serialize for ChannelConversionPings[src]

Auto Trait Implementations

impl RefUnwindSafe for ChannelConversionPings[src]

impl Send for ChannelConversionPings[src]

impl Sync for ChannelConversionPings[src]

impl Unpin for ChannelConversionPings[src]

impl UnwindSafe for ChannelConversionPings[src]

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.