Struct discogs::data_structures::Company [] [src]

pub struct Company {
    pub catno: String,
    pub entity_type: String,
    pub entity_type_name: String,
    pub id: u32,
    pub name: String,
    pub resource_url: String,
}

Fields

Trait Implementations

impl Debug for Company
[src]

Formats the value using the given formatter.

impl Clone for Company
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more