Struct google_youtube3::api::ActivityContentDetailsSocial
source · pub struct ActivityContentDetailsSocial {
pub author: Option<String>,
pub image_url: Option<String>,
pub reference_url: Option<String>,
pub resource_id: Option<ResourceId>,
pub type_: Option<String>,
}
Expand description
Details about a social network post.
This type is not used in any activity, and only used as part of another schema.
Fields§
The author of the social network post.
image_url: Option<String>
An image of the post’s author.
reference_url: Option<String>
The URL of the social network post.
resource_id: Option<ResourceId>
The resourceId object encapsulates information that identifies the resource associated with a social network post.
type_: Option<String>
The name of the social network.
Trait Implementations§
source§impl Clone for ActivityContentDetailsSocial
impl Clone for ActivityContentDetailsSocial
source§fn clone(&self) -> ActivityContentDetailsSocial
fn clone(&self) -> ActivityContentDetailsSocial
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 ActivityContentDetailsSocial
impl Debug for ActivityContentDetailsSocial
source§impl Default for ActivityContentDetailsSocial
impl Default for ActivityContentDetailsSocial
source§fn default() -> ActivityContentDetailsSocial
fn default() -> ActivityContentDetailsSocial
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ActivityContentDetailsSocial
impl<'de> Deserialize<'de> for ActivityContentDetailsSocial
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 ActivityContentDetailsSocial
Auto Trait Implementations§
impl RefUnwindSafe for ActivityContentDetailsSocial
impl Send for ActivityContentDetailsSocial
impl Sync for ActivityContentDetailsSocial
impl Unpin for ActivityContentDetailsSocial
impl UnwindSafe for ActivityContentDetailsSocial
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