pub struct UserInfo {
pub id: i32,
pub username: String,
pub pp: i32,
pub rankedscore: i64,
pub level: f32,
pub playcount: i32,
pub rank: i32,
pub playmode: i32,
pub accuracy: f64,
pub country_code: i32,
pub bancho_status: i32,
}Fields§
§id: i32§username: String§pp: i32§rankedscore: i64§level: f32§playcount: i32§rank: i32§playmode: i32§accuracy: f64§country_code: i32§bancho_status: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for UserInfo
impl RefUnwindSafe for UserInfo
impl Send for UserInfo
impl Sync for UserInfo
impl Unpin for UserInfo
impl UnwindSafe for UserInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more