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

pub struct SupportAchievements {
    pub rapid_discord: bool,
    pub enabler: bool,
    pub huge_rez: bool,
    pub supersonic: bool,
    pub naptime: bool,
    pub huge_success: bool,
    pub the_iris_embraces_you: bool,
    pub the_car_wash: bool,
    pub the_floor_is_lava: bool,
    pub group_health_plan: bool,
}

Achievements for heroes classified by Blizzard as "support".

Fields

Rapid Discord achievement.

Get 4 kills or assists with Zenyatta's Orb of Discord within 6 seconds.

Enabler achievement.

Get 4 kills or assists with a single use of Ana's Nano Boost.

Huge Rez achievement.

Resurrect 4 players at once with Mercy.

Supersonic achievement.

Block 1000 damage with a single use of Lúcio's Sound Barrier.

Naptime achievement.

Interrupt an enemy ultimate ability with Ana's Sleep Dart.

Huge Success achievement.

Teleport 20 players in a single game as Symmetra.

The Iris Embraces You achievement.

Restore 1500 health with a single use of Zenyatta's Transcendence.

The Car Wash achievement.

Hit an enemy with 6 beams simultaneously as Symmetra.

The Floor is Lava achievement.

Get 3 killing blows while wall riding as Lúcio without dying.

Group Health Plan achievement.

Restore 200 health for 5 players without dying as Mercy.

Trait Implementations

impl Debug for SupportAchievements
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for SupportAchievements
[src]

impl Clone for SupportAchievements
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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