Enum sc2::data::Race[][src]

pub enum Race {
    Terran,
    Zerg,
    Protoss,
    Random,
}

Race of the player.

Variants

Trait Implementations

impl Debug for Race
[src]

Formats the value using the given formatter. Read more

impl Copy for Race
[src]

impl Clone for Race
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Race

impl Sync for Race