Struct google_youtube3::api::ThirdPartyLinkSnippet
source · pub struct ThirdPartyLinkSnippet {
pub channel_to_store_link: Option<ChannelToStoreLinkDetails>,
pub type_: Option<String>,
}
Expand description
Basic information about a third party account link, including its type and type-specific information.
This type is not used in any activity, and only used as part of another schema.
Fields§
§channel_to_store_link: Option<ChannelToStoreLinkDetails>
Information specific to a link between a channel and a store on a merchandising platform.
type_: Option<String>
Type of the link named after the entities that are being linked.
Trait Implementations§
source§impl Clone for ThirdPartyLinkSnippet
impl Clone for ThirdPartyLinkSnippet
source§fn clone(&self) -> ThirdPartyLinkSnippet
fn clone(&self) -> ThirdPartyLinkSnippet
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 ThirdPartyLinkSnippet
impl Debug for ThirdPartyLinkSnippet
source§impl Default for ThirdPartyLinkSnippet
impl Default for ThirdPartyLinkSnippet
source§fn default() -> ThirdPartyLinkSnippet
fn default() -> ThirdPartyLinkSnippet
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ThirdPartyLinkSnippet
impl<'de> Deserialize<'de> for ThirdPartyLinkSnippet
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 ThirdPartyLinkSnippet
impl Serialize for ThirdPartyLinkSnippet
impl Part for ThirdPartyLinkSnippet
Auto Trait Implementations§
impl RefUnwindSafe for ThirdPartyLinkSnippet
impl Send for ThirdPartyLinkSnippet
impl Sync for ThirdPartyLinkSnippet
impl Unpin for ThirdPartyLinkSnippet
impl UnwindSafe for ThirdPartyLinkSnippet
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