Struct google_youtube3::api::ChannelToStoreLinkDetails
source · pub struct ChannelToStoreLinkDetails {
pub billing_details: Option<ChannelToStoreLinkDetailsBillingDetails>,
pub merchant_id: Option<u64>,
pub store_name: Option<String>,
pub store_url: Option<String>,
}
Expand description
Information specific to a store on a merchandising platform linked to a YouTube channel.
This type is not used in any activity, and only used as part of another schema.
Fields§
§billing_details: Option<ChannelToStoreLinkDetailsBillingDetails>
Information specific to billing (read-only).
merchant_id: Option<u64>
Google Merchant Center id of the store.
store_name: Option<String>
Name of the store.
store_url: Option<String>
Landing page of the store.
Trait Implementations§
source§impl Clone for ChannelToStoreLinkDetails
impl Clone for ChannelToStoreLinkDetails
source§fn clone(&self) -> ChannelToStoreLinkDetails
fn clone(&self) -> ChannelToStoreLinkDetails
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 ChannelToStoreLinkDetails
impl Debug for ChannelToStoreLinkDetails
source§impl Default for ChannelToStoreLinkDetails
impl Default for ChannelToStoreLinkDetails
source§fn default() -> ChannelToStoreLinkDetails
fn default() -> ChannelToStoreLinkDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ChannelToStoreLinkDetails
impl<'de> Deserialize<'de> for ChannelToStoreLinkDetails
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
impl Part for ChannelToStoreLinkDetails
Auto Trait Implementations§
impl RefUnwindSafe for ChannelToStoreLinkDetails
impl Send for ChannelToStoreLinkDetails
impl Sync for ChannelToStoreLinkDetails
impl Unpin for ChannelToStoreLinkDetails
impl UnwindSafe for ChannelToStoreLinkDetails
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