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

pub enum TrickResult {
    Nothing,
    TrickOver(PlayerPosGameResult),
}

Result of a trick

Variants

Trait Implementations

impl PartialEq for TrickResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for TrickResult
[src]

Formats the value using the given formatter.