Struct opengraph::Audio [] [src]

pub struct Audio {
    pub obj_type: Option<String>,
    pub url: String,
    pub secure_url: Option<String>,
}

Fields

Methods

impl Audio
[src]

Trait Implementations

impl Debug for Audio
[src]

Formats the value using the given formatter.

impl Default for Audio
[src]

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

impl Clone for Audio
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Audio
[src]

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

This method tests for !=.