Struct discogs::data_structures::Rating [] [src]

pub struct Rating {
    pub average: f32,
    pub count: u32,
}

Fields

Trait Implementations

impl Debug for Rating
[src]

Formats the value using the given formatter.

impl Clone for Rating
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more