Struct google_youtube3::api::ThirdPartyLinkListResponse
source · pub struct ThirdPartyLinkListResponse {
pub etag: Option<String>,
pub items: Option<Vec<ThirdPartyLink>>,
pub kind: Option<String>,
}
Expand description
There is no detailed description.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- list third party links (response)
Fields§
§etag: Option<String>
Etag of this resource.
items: Option<Vec<ThirdPartyLink>>
no description provided
kind: Option<String>
Identifies what kind of resource this is. Value: the fixed string “youtube#thirdPartyLinkListResponse”.
Trait Implementations§
source§impl Clone for ThirdPartyLinkListResponse
impl Clone for ThirdPartyLinkListResponse
source§fn clone(&self) -> ThirdPartyLinkListResponse
fn clone(&self) -> ThirdPartyLinkListResponse
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 ThirdPartyLinkListResponse
impl Debug for ThirdPartyLinkListResponse
source§impl Default for ThirdPartyLinkListResponse
impl Default for ThirdPartyLinkListResponse
source§fn default() -> ThirdPartyLinkListResponse
fn default() -> ThirdPartyLinkListResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ThirdPartyLinkListResponse
impl<'de> Deserialize<'de> for ThirdPartyLinkListResponse
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 ToParts for ThirdPartyLinkListResponse
impl ToParts for ThirdPartyLinkListResponse
impl ResponseResult for ThirdPartyLinkListResponse
Auto Trait Implementations§
impl RefUnwindSafe for ThirdPartyLinkListResponse
impl Send for ThirdPartyLinkListResponse
impl Sync for ThirdPartyLinkListResponse
impl Unpin for ThirdPartyLinkListResponse
impl UnwindSafe for ThirdPartyLinkListResponse
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