Struct google_youtube3::api::ChannelConversionPings
source · pub struct ChannelConversionPings {
pub pings: Option<Vec<ChannelConversionPing>>,
}
Expand description
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§
source§impl Clone for ChannelConversionPings
impl Clone for ChannelConversionPings
source§fn clone(&self) -> ChannelConversionPings
fn clone(&self) -> ChannelConversionPings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ChannelConversionPings
impl Debug for ChannelConversionPings
source§impl Default for ChannelConversionPings
impl Default for ChannelConversionPings
source§fn default() -> ChannelConversionPings
fn default() -> ChannelConversionPings
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ChannelConversionPings
impl<'de> Deserialize<'de> for ChannelConversionPings
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for ChannelConversionPings
impl Serialize for ChannelConversionPings
impl Part for ChannelConversionPings
Auto Trait Implementations§
impl RefUnwindSafe for ChannelConversionPings
impl Send for ChannelConversionPings
impl Sync for ChannelConversionPings
impl Unpin for ChannelConversionPings
impl UnwindSafe for ChannelConversionPings
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more