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

pub struct MapsAchievements {
    pub world_traveler: bool,
    pub lockdown: bool,
    pub cant_touch_this: bool,
    pub shutout: bool,
    pub escort_duty: bool,
    pub double_cap: bool,
}

Achievements for various maps.

Fields

World Traveler achievement.

Win a quick or competitive play game on 12 different maps.

Lockdown achievement.

Win an Assault map on defense without losing the first objective.

Can't Touch This achievement.

Prevent the attacking team from touching the Payload for 1 minute.

Shutout achievement.

Win a Control map without the enemy capturing an objective.

Escort Duty achievement.

Push a Payload 100 meters without leaving it.

Double Cap achievement.

Capture both objectives on an Assault map without dying.

Trait Implementations

impl Debug for MapsAchievements
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for MapsAchievements
[src]

impl Clone for MapsAchievements
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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