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]

[src]

Formats the value using the given formatter. Read more

impl Clone for Company
[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 Company

impl Sync for Company