Struct owapi::v3::achievements::Achievements
[−]
[src]
pub struct Achievements { pub defense: DefenseAchievements, pub offense: OffenseAchievements, pub support: SupportAchievements, pub general: GeneralAchievements, pub tank: TankAchievements, pub maps: MapsAchievements, pub special: Option<SpecialAchievements>, }
User's completed achievements, by category.
Fields
defense: DefenseAchievements
Achievements for heroes classified by Blizzard as "defense".
offense: OffenseAchievements
Achievements for heroes classified by Blizzard as "offense".
support: SupportAchievements
Achievements for heroes classified by Blizzard as "support".
general: GeneralAchievements
General achievements.
tank: TankAchievements
Achievements for heroes classified by Blizzard as "tank".
maps: MapsAchievements
Achievements for various maps.
special: Option<SpecialAchievements>
Achievements for various events.
Trait Implementations
impl Debug for Achievements
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for Achievements
[src]
impl Clone for Achievements
[src]
fn clone(&self) -> Achievements
[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 Hash for Achievements
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
[src]
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl PartialEq for Achievements
[src]
fn eq(&self, __arg_0: &Achievements) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Achievements) -> bool
[src]
This method tests for !=
.