Enum libcoinche::game::TrickResult [] [src]

pub enum TrickResult {
    Nothing,
    TrickOver(PlayerPos, GameResult),
}

Result of a trick

Variants

Nothing
TrickOver

Trait Implementations

Derived Implementations

impl Debug for TrickResult

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for TrickResult

fn eq(&self, __arg_0: &TrickResult) -> bool

fn ne(&self, __arg_0: &TrickResult) -> bool