Struct opengraph::Image[][src]

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

Fields

Methods

impl Image
[src]

Trait Implementations

impl Debug for Image
[src]

Formats the value using the given formatter. Read more

impl Default for Image
[src]

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

impl Clone for Image
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Image
[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 Image

impl Sync for Image