Struct owapi::v3::blob::HeroesContainer
[−]
[src]
pub struct HeroesContainer {
pub playtime: BiMode<HeroPlaytime>,
pub stats: BiMode<BTreeMap<String, JsonValue>>,
}Hero data.
Fields
playtime: BiMode<HeroPlaytime>
Time played for each of the heroes.
stats: BiMode<BTreeMap<String, JsonValue>>
Statistics for various heroes.
This is just a map because it's a bloody mess all-round.
Trait Implementations
impl Debug for HeroesContainer[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for HeroesContainer[src]
fn clone(&self) -> HeroesContainer[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for HeroesContainer[src]
fn eq(&self, __arg_0: &HeroesContainer) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &HeroesContainer) -> bool[src]
This method tests for !=.