Enum bbt::Outcome[][src]

pub enum Outcome {
    Win,
    Loss,
    Draw,
}

Outcome represents the outcome of a head-to-head duel between two players.

Variants

The first player won the game

The first player lost the game

Neither player won

Trait Implementations

impl Clone for Outcome
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Outcome
[src]

Auto Trait Implementations

impl Send for Outcome

impl Sync for Outcome