Struct owapi::v3::achievements::DefenseAchievements
[−]
[src]
pub struct DefenseAchievements {
pub ice_blocked: bool,
pub triple_threat: bool,
pub simple_geometry: bool,
pub the_dragon_is_sated: bool,
pub did_that_sting: bool,
pub mine_like_a_steel_trap: bool,
pub charge: bool,
pub cold_snap: bool,
pub raid_wipe: bool,
pub armor_up: bool,
pub roadkill: bool,
pub smooth_as_silk: bool,
}Achievements for heroes classified by Blizzard as "defense".
Fields
ice_blocked: bool
Ice Blocked achievement.
Block 1200 Damage with a single use of Mei's Ice Wall.
triple_threat: bool
Triple Threat achievement.
Kill 2 enemies in each of Bastion's Configurations without dying.
simple_geometry: bool
Simple Geometry achievement.
Get 2 killing blows with a single use of Hanzo's Scatter Arrow.
the_dragon_is_sated: bool
The Dragon is Sated achievement.
Kill 4 enemies with one of Hanzo's Dragonstrikes.
did_that_sting: bool
Did That Sting? achievement.
Kill 4 enemies using Widowmaker's Venom Mine during a single game.
mine_like_a_steel_trap: bool
Mine Like a Steel Trap achievement.
Knock an enemy into your Steel Trap using Junkrat's Concussion Mine.
charge: bool
Charge! achievement.
Kill 4 enemies with a single use of Bastion's Configuration: Tank.
cold_snap: bool
Cold Snap achievement.
Freeze 4 enemies at once with Mei.
raid_wipe: bool
Raid Wipe achievement.
Kill 4 enemies during a single use of Torbjörn's Molten Core.
armor_up: bool
Armor Up! achievement.
Have one of Torbjörn's Armor Packs on 5 allies at the same time.
roadkill: bool
Roadkill achievement.
Kill 4 enemies with a single use of Junkrat's RIP-Tire.
smooth_as_silk: bool
Smooth As Silk achievement.
Kill an enemy with a Scoped Headshot while airborne as Widowmaker.
Trait Implementations
impl Debug for DefenseAchievements[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src][−]
Formats the value using the given formatter. Read more
impl Copy for DefenseAchievements[src]
impl Clone for DefenseAchievements[src]
fn clone(&self) -> DefenseAchievements[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 DefenseAchievements[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 DefenseAchievements[src]
fn eq(&self, __arg_0: &DefenseAchievements) -> bool[src][−]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DefenseAchievements) -> bool[src][−]
This method tests for !=.