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: Option<String>
URL of the link.
type_: Option<String>
Media type of the link.
Trait Implementations
impl Debug for ActivityObjectAttachmentsEmbed[src]
impl Clone for ActivityObjectAttachmentsEmbed[src]
fn clone(&self) -> ActivityObjectAttachmentsEmbed
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for ActivityObjectAttachmentsEmbed[src]
fn default() -> ActivityObjectAttachmentsEmbed
Returns the "default value" for a type. Read more