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

pub struct RegionalData {
    pub stats: Option<BiMode<Statistics>>,
    pub achievements: Option<Achievements>,
    pub heroes: Option<HeroesContainer>,
}
[]

Data for a single region.

Fields

[]

User statistics.

[]

Achievements achieved by user.

[]

Hero data.

Trait Implementations

impl Debug for RegionalData
[src]

[src]
[]

Formats the value using the given formatter. Read more

impl Clone for RegionalData
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more

impl PartialEq for RegionalData
[src]

[src]
[]

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

[src]
[]

This method tests for !=.

impl Deserialize for RegionalData
[src]

[src]
[]

Deserialize this value from the given Serde deserializer. Read more