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]

Formats the value using the given formatter.

impl Clone for Community
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more