Struct google_plus1::ActivityObjectAttachmentsEmbed[][src]

pub struct ActivityObjectAttachmentsEmbed {
    pub url: Option<String>,
    pub type_: Option<String>,
}

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 of the link.

Media type of the link.

Trait Implementations

impl Default for ActivityObjectAttachmentsEmbed
[src]

Returns the "default value" for a type. Read more

impl Clone for ActivityObjectAttachmentsEmbed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityObjectAttachmentsEmbed
[src]

Formats the value using the given formatter. Read more

impl NestedType for ActivityObjectAttachmentsEmbed
[src]

impl Part for ActivityObjectAttachmentsEmbed
[src]

Auto Trait Implementations