Enum sc2::data::GameResult[][src]

pub enum GameResult {
    Win,
    Loss,
    Tie,
    Undecided,
}

Result of the game.

Variants

Trait Implementations

impl Debug for GameResult
[src]

Formats the value using the given formatter. Read more

impl Copy for GameResult
[src]

impl Clone for GameResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GameResult

impl Sync for GameResult