Struct opengraph::Video[][src]

pub struct Video {
    pub obj_type: Option<String>,
    pub url: String,
    pub secure_url: Option<String>,
    pub width: Option<i32>,
    pub height: Option<i32>,
}

Fields

Methods

impl Video
[src]

Trait Implementations

impl Debug for Video
[src]

Formats the value using the given formatter. Read more

impl Default for Video
[src]

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

impl Clone for Video
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Video
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Video

impl Sync for Video