Struct opengraph::Object [] [src]

pub struct Object {
    pub obj_type: ObjectType,
    pub title: String,
    pub url: String,
    pub images: Vec<Image>,
    pub audios: Vec<Audio>,
    pub videos: Vec<Video>,
    pub description: Option<String>,
    pub determiner: Option<Determiner>,
    pub locale: Option<String>,
    pub locale_alternate: Vec<String>,
    pub site_name: Option<String>,
}

Fields

Methods

impl Object
[src]

Trait Implementations

impl Debug for Object
[src]

Formats the value using the given formatter.

impl Default for Object
[src]

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

impl Clone for Object
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more