Enum chess_pgn_parser::GameTermination [] [src]

pub enum GameTermination {
    WhiteWins,
    BlackWins,
    DrawnGame,
    Unknown,
}

Variants

Trait Implementations

impl PartialEq for GameTermination
[src]

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

This method tests for !=.

impl Eq for GameTermination
[src]

impl Debug for GameTermination
[src]

Formats the value using the given formatter.

impl Clone for GameTermination
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GameTermination
[src]