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
stats: Option<BiMode<Statistics>>
User statistics.
achievements: Option<Achievements>
Achievements achieved by user.
heroes: Option<HeroesContainer>
Hero data.
Trait Implementations
impl Debug for RegionalData[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for RegionalData[src]
fn clone(&self) -> RegionalData[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 RegionalData[src]
fn eq(&self, __arg_0: &RegionalData) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &RegionalData) -> bool[src]
This method tests for !=.
impl Deserialize for RegionalData[src]
fn deserialize<D: Deserializer>(deserializer: D) -> Result<Self, D::Error>[src]
Deserialize this value from the given Serde deserializer. Read more