Struct owapi::v3::achievements::TankAchievements
[−]
[src]
pub struct TankAchievements {
pub halt_state: bool,
pub overclocked: bool,
pub i_am_your_shield: bool,
pub mine_sweeper: bool,
pub storm_earth_and_fire: bool,
pub giving_you_the_hook: bool,
pub power_overwhelming: bool,
pub anger_management: bool,
pub hog_wild: bool,
pub the_power_of_attraction: bool,
pub shot_down: bool,
pub game_over: bool,
}Achievements for heroes classified by Blizzard as "tank".
Fields
halt_state: bool
Halt State achievement.
Pull enemies into 1000 damage with a single use of Orisa's Halt! in quick or competitive play.
overclocked: bool
Overclocked achievement.
Amplify 900 damage with a single use of Orisa's Supercharger in quick or competitive play.
i_am_your_shield: bool
I Am Your Shield achievement.
Block 8000 damage with Reinhardt's Barrier Field without dying.
mine_sweeper: bool
Mine Sweeper achievement.
Destroy 10 Turrets or Traps using Winston's Tesla Cannon without dying.
storm_earth_and_fire: bool
Storm, Earth and Fire achievement.
Land Reinhardt's Fire Strike and Charge after an Earthshatter Stun.
giving_you_the_hook: bool
Giving You The Hook achievement.
Interrupt an enemy ultimate ability with Roadhog's Chain Hook.
power_overwhelming: bool
Power Overwhelming achievement.
Keep Zarya's Particle Cannon above 70 Energy for 60 seconds.
anger_management: bool
Anger Management achievement.
Damage 6 enemies a single use of Winston's Primal Rage.
hog_wild: bool
Hog Wild achievement.
Knock 2 enemies to their deaths with one use of Roadhog's Whole Hog.
the_power_of_attraction: bool
The Power of Attraction achievement.
Capture 5 enemies in a single use of Zarya's Graviton Surge.
shot_down: bool
Shot Down achievement.
Prevent 1500 damage with a single use of D.Va's Defense Matrix.
game_over: bool
Game Over achievement.
Kill 4 enemies with a single use of D.Va's Self-Destruct.
Trait Implementations
impl Debug for TankAchievements[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for TankAchievements[src]
impl Clone for TankAchievements[src]
fn clone(&self) -> TankAchievements[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 TankAchievements[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 TankAchievements[src]
fn eq(&self, __arg_0: &TankAchievements) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TankAchievements) -> bool[src]
This method tests for !=.