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

Block 1200 Damage with a single use of Mei's Ice Wall.

Triple Threat achievement.

Kill 2 enemies in each of Bastion's Configurations without dying.

Simple Geometry achievement.

Get 2 killing blows with a single use of Hanzo's Scatter Arrow.

The Dragon is Sated achievement.

Kill 4 enemies with one of Hanzo's Dragonstrikes.

Did That Sting? achievement.

Kill 4 enemies using Widowmaker's Venom Mine during a single game.

Mine Like a Steel Trap achievement.

Knock an enemy into your Steel Trap using Junkrat's Concussion Mine.

Charge! achievement.

Kill 4 enemies with a single use of Bastion's Configuration: Tank.

Cold Snap achievement.

Freeze 4 enemies at once with Mei.

Raid Wipe achievement.

Kill 4 enemies during a single use of Torbjörn's Molten Core.

Armor Up! achievement.

Have one of Torbjörn's Armor Packs on 5 allies at the same time.

Roadkill achievement.

Kill 4 enemies with a single use of Junkrat's RIP-Tire.

Smooth As Silk achievement.

Kill an enemy with a Scoped Headshot while airborne as Widowmaker.

Trait Implementations

impl Debug for DefenseAchievements
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for DefenseAchievements
[src]

impl Clone for DefenseAchievements
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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