Struct discogs::data_structures::Community [] [src]

pub struct Community {
    pub contributors: Vec<Contributor>,
    pub data_quality: String,
    pub have: u32,
    pub rating: Rating,
    pub status: Status,
    pub submitter: Contributor,
    pub want: u32,
}

Fields

Trait Implementations

impl Debug for Community
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for Community