Struct owapi::v3::achievements::OffenseAchievements [] [src]

pub struct OffenseAchievements {
    pub hack_the_planet: bool,
    pub power_outage: bool,
    pub whoa_there: bool,
    pub die_die_die_die: bool,
    pub its_high_noon: bool,
    pub their_own_worst_enemy: bool,
    pub clearing_the_area: bool,
    pub target_rich_environment: bool,
    pub death_from_above: bool,
    pub total_recall: bool,
    pub rocket_man: bool,
    pub slice_and_dice: bool,
    pub special_delivery: bool,
    pub waste_not_want_not: bool,
}

Achievements for heroes classified by Blizzard as "offense".

Fields

Hack The Planet achievement.

Hack 15 enemies without dying as Sombra in quick or competitive play.

Power Outage achievement.

Hack 6 enemies at once as Sombra in quick or competitive play.

Whoa There! achievement.

Interrupt an enemy ultimate ability with McCree's Flashbang.

Die Die Die... Die achievement.

Kill 4 enemies with a single use of Reaper's Death Blossom.

It's High Noon achievement.

Get 4 killing blows with a single use of McCree's Deadeye.

Their Own Worst Enemy achievement.

Kill 2 enemies with a single use of Genji's Deflect.

Clearing the Area achievement.

Knock an enemy to their death using Pharah's Concussive Blast.

Target Rich Environment achievement.

Kill 4 enemies with a single use of Soldier: 76's Tactical Visor.

Death From Above achievement.

Kill 4 enemies in a row without touching the ground as Pharah.

Total Recall achievement.

Recover 400 health using Tracer's Recall without dying.

Rocket Man achievement.

Get 2 killing blows with a single use of Soldier: 76's Helix Rockets.

Slice and Dice achievement.

Kill 4 enemies with a single use of Genji's Dragonblade.

Special Delivery achievement.

Stick 4 of Tracer's Pulse Bombs onto enemies in a single game.

Waste Not, Want Not achievement.

Get 3 solo kills with a single clip of Reaper's shotguns.

Trait Implementations

impl Debug for OffenseAchievements
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for OffenseAchievements
[src]

impl Clone for OffenseAchievements
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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