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: bool
Survived The Night achievement.
Win Junkenstein's Revenge on Medium difficulty.
flagbearer: bool
Flagbearer achievement.
Win Capture the Rooster with as score of 3 to 0.
cleanup_duty: bool
Cleanup Duty achievement.
Recover a flag in a game of Capture the Rooster.
not_a_scratch: bool
Not A Scratch achievement.
Win Junkenstein's Revenge on Medium difficulty with no damage to the door.
four_they_were: bool
Four They Were achievement.
Win Junkenstein's Revenge using each of the 4 heroes.
whap: bool
Whap! achievement.
Kill an enemy with a snowball from 25 meters away in Mei's Snowball Offensive.
cool_as_ice: bool
Cool As Ice achievement.
Kill 4 enemies without missing in Mei's Snowball Offensive.
ambush: bool
Ambush! achievement.
Kill 3 enemies while they are picking up snow in a game of Mei's Snowball Offensive.
snowed_in: bool
Snowed In achievement.
Win Mei's Snowball Offensive without losing a round.
held_the_door: bool
Held The Door achievement.
Win Junkenstein's Revenge on Hard difficulty.
Trait Implementations
impl Debug for SpecialAchievements
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for SpecialAchievements
[src]
impl Clone for SpecialAchievements
[src]
fn clone(&self) -> SpecialAchievements
[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 SpecialAchievements
[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 SpecialAchievements
[src]
fn eq(&self, __arg_0: &SpecialAchievements) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SpecialAchievements) -> bool
[src]
This method tests for !=
.