Struct discogs::data_structures::Video [] [src]

pub struct Video {
    pub description: String,
    pub duration: u32,
    pub embed: bool,
    pub title: String,
    pub uri: String,
}

Fields

Trait Implementations

impl Debug for Video
[src]

Formats the value using the given formatter.

impl Clone for Video
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more