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
id: i64
accuracy: f64
count_100: i64
count_300: i64
count_50: i64
count_rank_a: i64
count_rank_s: i64
count_rank_ss: i64
country: String
events: Vec<UserEvent>
level: f64
play_count: i64
pp_country_rank: i64
pp_rank: i64
pp_raw: f64
ranked_score: i64
total_score: i64
username: String
Trait Implementations
impl Clone for User[src]
fn clone(&self) -> User[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more