Struct osu::RecentPlay [] [src]

pub struct RecentPlay {
    pub beatmap_id: i64,
    pub count_100: i64,
    pub count_300: i64,
    pub count_50: i64,
    pub count_geki: i64,
    pub count_katu: i64,
    pub count_miss: i64,
    pub date: String,
    pub enabled_mods: Mods,
    pub max_combo: i64,
    pub perfect: bool,
    pub rank: String,
    pub score: i64,
    pub user_id: i64,
}

Fields

Trait Implementations

impl Clone for RecentPlay
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RecentPlay
[src]

[src]

Formats the value using the given formatter.