Struct chess_pgn_parser::Game [] [src]

pub struct Game {
    pub tags: Vec<(String, String)>,
    pub comment: Option<String>,
    pub moves: Vec<GameMove>,
    pub termination: GameTermination,
}

Fields

Trait Implementations

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

impl Debug for Game
[src]

Formats the value using the given formatter.