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 achievement.

Pull enemies into 1000 damage with a single use of Orisa's Halt! in quick or competitive play.

Overclocked achievement.

Amplify 900 damage with a single use of Orisa's Supercharger in quick or competitive play.

I Am Your Shield achievement.

Block 8000 damage with Reinhardt's Barrier Field without dying.

Mine Sweeper achievement.

Destroy 10 Turrets or Traps using Winston's Tesla Cannon without dying.

Storm, Earth and Fire achievement.

Land Reinhardt's Fire Strike and Charge after an Earthshatter Stun.

Giving You The Hook achievement.

Interrupt an enemy ultimate ability with Roadhog's Chain Hook.

Power Overwhelming achievement.

Keep Zarya's Particle Cannon above 70 Energy for 60 seconds.

Anger Management achievement.

Damage 6 enemies a single use of Winston's Primal Rage.

Hog Wild achievement.

Knock 2 enemies to their deaths with one use of Roadhog's Whole Hog.

The Power of Attraction achievement.

Capture 5 enemies in a single use of Zarya's Graviton Surge.

Shot Down achievement.

Prevent 1500 damage with a single use of D.Va's Defense Matrix.

Game Over achievement.

Kill 4 enemies with a single use of D.Va's Self-Destruct.

Trait Implementations

impl Debug for TankAchievements
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for TankAchievements
[src]

impl Clone for TankAchievements
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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