Struct owapi::v3::achievements::SpecialAchievements [] [src]

pub struct SpecialAchievements {
    pub survived_the_night: bool,
    pub flagbearer: bool,
    pub cleanup_duty: bool,
    pub not_a_scratch: bool,
    pub four_they_were: bool,
    pub whap: bool,
    pub cool_as_ice: bool,
    pub ambush: bool,
    pub snowed_in: bool,
    pub held_the_door: bool,
}

Achievements for various events.

Fields

Survived The Night achievement.

Win Junkenstein's Revenge on Medium difficulty.

Flagbearer achievement.

Win Capture the Rooster with as score of 3 to 0.

Cleanup Duty achievement.

Recover a flag in a game of Capture the Rooster.

Not A Scratch achievement.

Win Junkenstein's Revenge on Medium difficulty with no damage to the door.

Four They Were achievement.

Win Junkenstein's Revenge using each of the 4 heroes.

Whap! achievement.

Kill an enemy with a snowball from 25 meters away in Mei's Snowball Offensive.

Cool As Ice achievement.

Kill 4 enemies without missing in Mei's Snowball Offensive.

Ambush! achievement.

Kill 3 enemies while they are picking up snow in a game of Mei's Snowball Offensive.

Snowed In achievement.

Win Mei's Snowball Offensive without losing a round.

Held The Door achievement.

Win Junkenstein's Revenge on Hard difficulty.

Trait Implementations

impl Debug for SpecialAchievements
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for SpecialAchievements
[src]

impl Clone for SpecialAchievements
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for SpecialAchievements
[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 SpecialAchievements
[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 SpecialAchievements
[src]