Struct torn_api::user::PersonalStats
source · pub struct PersonalStats {Show 16 fields
pub attacks_won: i32,
pub attacks_lost: i32,
pub defends_won: i32,
pub defends_lost: i32,
pub stat_enhancers_used: i32,
pub refills: i32,
pub drugs_used: i32,
pub xanax_taken: i32,
pub lsd_taken: i32,
pub net_worth: i64,
pub cans_used: i32,
pub boosters_used: i32,
pub awards: i16,
pub elo: i16,
pub days_been_donator: i16,
pub best_damage: i32,
}
Fields§
§attacks_won: i32
§attacks_lost: i32
§defends_won: i32
§defends_lost: i32
§stat_enhancers_used: i32
§refills: i32
§drugs_used: i32
§xanax_taken: i32
§lsd_taken: i32
§net_worth: i64
§cans_used: i32
§boosters_used: i32
§awards: i16
§elo: i16
§days_been_donator: i16
§best_damage: i32
Trait Implementations§
source§impl Clone for PersonalStats
impl Clone for PersonalStats
source§fn clone(&self) -> PersonalStats
fn clone(&self) -> PersonalStats
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PersonalStats
impl Debug for PersonalStats
source§impl<'de> Deserialize<'de> for PersonalStats
impl<'de> Deserialize<'de> for PersonalStats
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PersonalStats
impl RefUnwindSafe for PersonalStats
impl Send for PersonalStats
impl Sync for PersonalStats
impl Unpin for PersonalStats
impl UnwindSafe for PersonalStats
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