Struct osu::User [] [src]

pub struct User {
    pub id: i64,
    pub accuracy: f64,
    pub count_100: i64,
    pub count_300: i64,
    pub count_50: i64,
    pub count_rank_a: i64,
    pub count_rank_s: i64,
    pub count_rank_ss: i64,
    pub country: String,
    pub events: Vec<UserEvent>,
    pub level: f64,
    pub play_count: i64,
    pub pp_country_rank: i64,
    pub pp_rank: i64,
    pub pp_raw: f64,
    pub ranked_score: i64,
    pub total_score: i64,
    pub username: String,
}

Fields

Trait Implementations

impl Clone for User
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for User
[src]

[src]

Formats the value using the given formatter.