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
VeryEasy
Easy
Medium
MediumHard
Hard
Harder
VeryHard
CheatVision
CheatMoney
CheatInsane
Methods
impl Difficulty
[src]
impl Difficulty
Trait Implementations
impl Debug for Difficulty
[src]
impl Debug for Difficulty
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for Difficulty
[src]
impl Copy for Difficulty
impl Clone for Difficulty
[src]
impl Clone for Difficulty
fn clone(&self) -> Difficulty
[src]
fn clone(&self) -> Difficulty
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for Difficulty
impl Send for Difficulty
impl Sync for Difficulty
impl Sync for Difficulty