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: bool
Rapid Discord achievement.
Get 4 kills or assists with Zenyatta's Orb of Discord within 6 seconds.
enabler: bool
Enabler achievement.
Get 4 kills or assists with a single use of Ana's Nano Boost.
huge_rez: bool
Huge Rez achievement.
Resurrect 4 players at once with Mercy.
supersonic: bool
Supersonic achievement.
Block 1000 damage with a single use of Lúcio's Sound Barrier.
naptime: bool
Naptime achievement.
Interrupt an enemy ultimate ability with Ana's Sleep Dart.
huge_success: bool
Huge Success achievement.
Teleport 20 players in a single game as Symmetra.
the_iris_embraces_you: bool
The Iris Embraces You achievement.
Restore 1500 health with a single use of Zenyatta's Transcendence.
the_car_wash: bool
The Car Wash achievement.
Hit an enemy with 6 beams simultaneously as Symmetra.
the_floor_is_lava: bool
The Floor is Lava achievement.
Get 3 killing blows while wall riding as Lúcio without dying.
group_health_plan: bool
Group Health Plan achievement.
Restore 200 health for 5 players without dying as Mercy.
Trait Implementations
impl Debug for SupportAchievements[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for SupportAchievements[src]
impl Clone for SupportAchievements[src]
fn clone(&self) -> SupportAchievements[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 SupportAchievements[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 SupportAchievements[src]
fn eq(&self, __arg_0: &SupportAchievements) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SupportAchievements) -> bool[src]
This method tests for !=.