Enum sc2::data::GameResult [−][src]
pub enum GameResult { Win, Loss, Tie, Undecided, }
Result of the game.
Variants
Win
Loss
Tie
Undecided
Trait Implementations
impl Debug for GameResult
[src]
impl Debug for GameResult
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 GameResult
[src]
impl Copy for GameResult
impl Clone for GameResult
[src]
impl Clone for GameResult
fn clone(&self) -> GameResult
[src]
fn clone(&self) -> GameResult
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 GameResult
impl Send for GameResult
impl Sync for GameResult
impl Sync for GameResult