Struct chess_pgn_parser::MarkedMove [] [src]

pub struct MarkedMove {
    pub move_: Move,
    pub is_check: bool,
    pub is_checkmate: bool,
    pub annotation_symbol: Option<AnnotationSymbol>,
}

Fields

Methods

impl MarkedMove
[src]

Trait Implementations

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

impl Debug for MarkedMove
[src]

Formats the value using the given formatter.

impl Clone for MarkedMove
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more