pub struct PlayerStats {Show 57 fields
pub zerg_apm: Option<String>,
pub zerg_games_played: Option<String>,
pub zerg_play_time: Option<String>,
pub zerg_resources_gas: Option<String>,
pub zerg_resources_minerals: Option<String>,
pub zerg_resources_score: Option<String>,
pub zerg_resources_spent: Option<String>,
pub zerg_score_overall: Option<String>,
pub zerg_structures_razed: Option<String>,
pub zerg_structures_lost: Option<String>,
pub zerg_structures_constructed: Option<String>,
pub zerg_structures_score: Option<String>,
pub zerg_units_killed: Option<String>,
pub zerg_units_lost: Option<String>,
pub zerg_units_produced: Option<String>,
pub zerg_units_score: Option<String>,
pub zerg_draws: Option<String>,
pub zerg_losses: Option<String>,
pub zerg_wins: Option<String>,
pub terran_apm: Option<String>,
pub terran_games_played: Option<String>,
pub terran_play_time: Option<String>,
pub terran_resources_gas: Option<String>,
pub terran_resources_minerals: Option<String>,
pub terran_resources_score: Option<String>,
pub terran_resources_spent: Option<String>,
pub terran_score_overall: Option<String>,
pub terran_structures_constructed: Option<String>,
pub terran_structures_lost: Option<String>,
pub terran_structures_razed: Option<String>,
pub terran_structures_score: Option<String>,
pub terran_units_killed: Option<String>,
pub terran_units_lost: Option<String>,
pub terran_units_produced: Option<String>,
pub terran_units_score: Option<String>,
pub terran_draws: Option<String>,
pub terran_losses: Option<String>,
pub terran_wins: Option<String>,
pub protoss_apm: Option<String>,
pub protoss_games_played: Option<String>,
pub protoss_play_time: Option<String>,
pub protoss_resources_gas: Option<String>,
pub protoss_resources_minerals: Option<String>,
pub protoss_resources_score: Option<String>,
pub protoss_resources_spent: Option<String>,
pub protoss_score_overall: Option<String>,
pub protoss_structures_constructed: Option<String>,
pub protoss_structures_lost: Option<String>,
pub protoss_structures_razed: Option<String>,
pub protoss_structures_score: Option<String>,
pub protoss_units_killed: Option<String>,
pub protoss_units_lost: Option<String>,
pub protoss_units_produced: Option<String>,
pub protoss_units_score: Option<String>,
pub protoss_draws: Option<String>,
pub protoss_losses: Option<String>,
pub protoss_wins: Option<String>,
}
Fields§
§zerg_apm: Option<String>
§zerg_games_played: Option<String>
§zerg_play_time: Option<String>
§zerg_resources_gas: Option<String>
§zerg_resources_minerals: Option<String>
§zerg_resources_score: Option<String>
§zerg_resources_spent: Option<String>
§zerg_score_overall: Option<String>
§zerg_structures_razed: Option<String>
§zerg_structures_lost: Option<String>
§zerg_structures_constructed: Option<String>
§zerg_structures_score: Option<String>
§zerg_units_killed: Option<String>
§zerg_units_lost: Option<String>
§zerg_units_produced: Option<String>
§zerg_units_score: Option<String>
§zerg_draws: Option<String>
§zerg_losses: Option<String>
§zerg_wins: Option<String>
§terran_apm: Option<String>
§terran_games_played: Option<String>
§terran_play_time: Option<String>
§terran_resources_gas: Option<String>
§terran_resources_minerals: Option<String>
§terran_resources_score: Option<String>
§terran_resources_spent: Option<String>
§terran_score_overall: Option<String>
§terran_structures_constructed: Option<String>
§terran_structures_lost: Option<String>
§terran_structures_razed: Option<String>
§terran_structures_score: Option<String>
§terran_units_killed: Option<String>
§terran_units_lost: Option<String>
§terran_units_produced: Option<String>
§terran_units_score: Option<String>
§terran_draws: Option<String>
§terran_losses: Option<String>
§terran_wins: Option<String>
§protoss_apm: Option<String>
§protoss_games_played: Option<String>
§protoss_play_time: Option<String>
§protoss_resources_gas: Option<String>
§protoss_resources_minerals: Option<String>
§protoss_resources_score: Option<String>
§protoss_resources_spent: Option<String>
§protoss_score_overall: Option<String>
§protoss_structures_constructed: Option<String>
§protoss_structures_lost: Option<String>
§protoss_structures_razed: Option<String>
§protoss_structures_score: Option<String>
§protoss_units_killed: Option<String>
§protoss_units_lost: Option<String>
§protoss_units_produced: Option<String>
§protoss_units_score: Option<String>
§protoss_draws: Option<String>
§protoss_losses: Option<String>
§protoss_wins: Option<String>
Trait Implementations§
Source§impl Clone for PlayerStats
impl Clone for PlayerStats
Source§fn clone(&self) -> PlayerStats
fn clone(&self) -> PlayerStats
Returns a duplicate 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 PlayerStats
impl Debug for PlayerStats
Source§impl<'de> Deserialize<'de> for PlayerStats
impl<'de> Deserialize<'de> for PlayerStats
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 PlayerStats
impl RefUnwindSafe for PlayerStats
impl Send for PlayerStats
impl Sync for PlayerStats
impl Unpin for PlayerStats
impl UnwindSafe for PlayerStats
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