Struct chess_pgn_parser::GameMove [] [src]

pub struct GameMove {
    pub number: Option<MoveNumber>,
    pub move_: MarkedMove,
    pub nag: Option<NAG>,
    pub comment: Option<String>,
    pub variations: Vec<MoveSequence>,
}

Fields

Methods

impl GameMove
[src]

Trait Implementations

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

impl Debug for GameMove
[src]

Formats the value using the given formatter.

impl Clone for GameMove
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more