Struct discogs::data_structures::ReleaseFormat [] [src]

pub struct ReleaseFormat {
    pub descriptions: Vec<String>,
    pub name: String,
    pub qty: String,
}

Fields

Trait Implementations

impl Debug for ReleaseFormat
[src]

Formats the value using the given formatter.

impl Clone for ReleaseFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more