Struct google_plus1::ActivityObjectAttachmentsEmbed [−][src]
If the attachment is a video, the embeddable link.
This type is not used in any activity, and only used as part of another schema.
Fields
url: Option<String>
URL of the link.
type_: Option<String>
Media type of the link.
Trait Implementations
impl Default for ActivityObjectAttachmentsEmbed[src]
impl Default for ActivityObjectAttachmentsEmbedfn default() -> ActivityObjectAttachmentsEmbed[src]
fn default() -> ActivityObjectAttachmentsEmbedReturns the "default value" for a type. Read more
impl Clone for ActivityObjectAttachmentsEmbed[src]
impl Clone for ActivityObjectAttachmentsEmbedfn clone(&self) -> ActivityObjectAttachmentsEmbed[src]
fn clone(&self) -> ActivityObjectAttachmentsEmbedReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ActivityObjectAttachmentsEmbed[src]
impl Debug for ActivityObjectAttachmentsEmbedfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for ActivityObjectAttachmentsEmbed[src]
impl NestedType for ActivityObjectAttachmentsEmbedimpl Part for ActivityObjectAttachmentsEmbed[src]
impl Part for ActivityObjectAttachmentsEmbedAuto Trait Implementations
impl Send for ActivityObjectAttachmentsEmbed
impl Send for ActivityObjectAttachmentsEmbedimpl Sync for ActivityObjectAttachmentsEmbed
impl Sync for ActivityObjectAttachmentsEmbed