Struct owapi::v3::stats::Statistics [] [src]

pub struct Statistics {
    pub overall_stats: OverallStats,
    pub game_stats: BTreeMap<String, JsonValue>,
    pub average_stats: BTreeMap<String, JsonValue>,
    pub competitive: bool,
}
[]

All user statistics.

Fields

[]

Overall statistics, incl. winrate, game count, prestige, level, etc.

[]

Statistics over all games.

This is just a map due to being a bloody inconsistent mess.

[]

Blizzard-calculated average per-game statistics.

This is just a map due to being a bloody inconsistent mess.

[]

Whether these statistics are for quickplay or competitive.

Trait Implementations

impl Debug for Statistics
[src]

[src]
[]

Formats the value using the given formatter. Read more

impl Clone for Statistics
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more

impl PartialEq for Statistics
[src]

[src]
[]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]
[]

This method tests for !=.