Struct google_youtube3::api::ThirdPartyLinkStatus  
source · pub struct ThirdPartyLinkStatus {
    pub link_status: Option<String>,
}Expand description
The third-party link status object contains information about the status of the link.
This type is not used in any activity, and only used as part of another schema.
Fields§
§link_status: Option<String>no description provided
Trait Implementations§
source§impl Clone for ThirdPartyLinkStatus
 
impl Clone for ThirdPartyLinkStatus
source§fn clone(&self) -> ThirdPartyLinkStatus
 
fn clone(&self) -> ThirdPartyLinkStatus
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 ThirdPartyLinkStatus
 
impl Debug for ThirdPartyLinkStatus
source§impl Default for ThirdPartyLinkStatus
 
impl Default for ThirdPartyLinkStatus
source§fn default() -> ThirdPartyLinkStatus
 
fn default() -> ThirdPartyLinkStatus
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ThirdPartyLinkStatus
 
impl<'de> Deserialize<'de> for ThirdPartyLinkStatus
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 ThirdPartyLinkStatus
 
impl Serialize for ThirdPartyLinkStatus
impl Part for ThirdPartyLinkStatus
Auto Trait Implementations§
impl RefUnwindSafe for ThirdPartyLinkStatus
impl Send for ThirdPartyLinkStatus
impl Sync for ThirdPartyLinkStatus
impl Unpin for ThirdPartyLinkStatus
impl UnwindSafe for ThirdPartyLinkStatus
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