Struct chess_pgn_parser::MoveSequence [] [src]

pub struct MoveSequence {
    pub comment: Option<String>,
    pub moves: Vec<GameMove>,
}

Fields

Trait Implementations

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

impl Debug for MoveSequence
[src]

Formats the value using the given formatter.

impl Clone for MoveSequence
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more