Struct owapi::v3::blob::HeroesContainer [] [src]

pub struct HeroesContainer {
    pub playtime: BiMode<HeroPlaytime>,
    pub stats: BiMode<BTreeMap<String, JsonValue>>,
}

Hero data.

Fields

Time played for each of the heroes.

Statistics for various heroes.

This is just a map because it's a bloody mess all-round.

Trait Implementations

impl Debug for HeroesContainer
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for HeroesContainer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for HeroesContainer
[src]

[src]

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

[src]

This method tests for !=.