Struct discogs::data_structures::Image [] [src]

pub struct Image {
    pub resource_url: String,
    pub image_type: String,
    pub uri: String,
    pub uri150: String,
    pub height: u32,
    pub width: u32,
}

Fields

Trait Implementations

impl Debug for Image
[src]

Formats the value using the given formatter.

impl Clone for Image
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more