Struct r6tracker::types::overwolf::lifetime_stats::LifetimeStats
source · pub struct LifetimeStats {}
Expand description
Player Lifetime Stats
Fields§
§best_mmr: Option<BestMmr>
Best MMR Stats
win_pct: f64
Win Percent
wins: u64
Total # of wins
kd: f64
Total K/D
kills: u64
Total # of kills
matches: u64
Total # of matches
headshot_pct: f64
Total headshot %
headshots: u64
Total # of headshots
melee_kills: u64
Total # of melee kills
blind_kills: u64
Total # of blind kills
deaths: u64
Total # of deaths
losses: u64
Total # of losses
xp: u64
Total # of XP
unknown: HashMap<String, Value>
Unknown keys
Trait Implementations§
source§impl Debug for LifetimeStats
impl Debug for LifetimeStats
source§impl<'de> Deserialize<'de> for LifetimeStats
impl<'de> Deserialize<'de> for LifetimeStats
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 RefUnwindSafe for LifetimeStats
impl Send for LifetimeStats
impl Sync for LifetimeStats
impl Unpin for LifetimeStats
impl UnwindSafe for LifetimeStats
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