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

Achievements for heroes classified by Blizzard as "defense".

Achievements for heroes classified by Blizzard as "offense".

Achievements for heroes classified by Blizzard as "support".

General achievements.

Achievements for heroes classified by Blizzard as "tank".

Achievements for various maps.

Achievements for various events.

Trait Implementations

impl Debug for Achievements
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Achievements
[src]

impl Clone for Achievements
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for Achievements
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Achievements
[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 Eq for Achievements
[src]