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

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

Fields

Trait Implementations

impl Debug for Rating
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for Rating