Enum sc2::data::Difficulty[][src]

pub enum Difficulty {
    VeryEasy,
    Easy,
    Medium,
    MediumHard,
    Hard,
    Harder,
    VeryHard,
    CheatVision,
    CheatMoney,
    CheatInsane,
}

Difficulty setting for built-in StarCraft II AI.

Variants

Methods

impl Difficulty
[src]

convert to protobuf data

Trait Implementations

impl Debug for Difficulty
[src]

Formats the value using the given formatter. Read more

impl Copy for Difficulty
[src]

impl Clone for Difficulty
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Difficulty

impl Sync for Difficulty