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]

[src]

Formats the value using the given formatter. Read more

impl Clone for Video
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Video

impl Sync for Video