Enum sc2::data::Race [−][src]
pub enum Race { Terran, Zerg, Protoss, Random, }
Race of the player.
Variants
Terran
Zerg
Protoss
Random
Trait Implementations
impl Debug for Race
[src]
impl Debug for Race
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 Race
[src]
impl Copy for Race
impl Clone for Race
[src]
impl Clone for Race