Enum chess_pgn_parser::MoveNumber [] [src]

pub enum MoveNumber {
    White(u32),
    Black(u32),
}

Variants

Trait Implementations

impl PartialEq for MoveNumber
[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 MoveNumber
[src]

impl Debug for MoveNumber
[src]

Formats the value using the given formatter.

impl Clone for MoveNumber
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more