Enum sc2::data::GameResult [−][src]
pub enum GameResult {
Win,
Loss,
Tie,
Undecided,
}Result of the game.
Variants
WinLossTieUndecided
Trait Implementations
impl Debug for GameResult[src]
impl Debug for GameResultfn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for GameResult[src]
impl Copy for GameResultimpl Clone for GameResult[src]
impl Clone for GameResultfn clone(&self) -> GameResult[src]
fn clone(&self) -> GameResultReturns 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 GameResultimpl Sync for GameResult
impl Sync for GameResult