Enum fen::PieceKind [] [src]

pub enum PieceKind {
    Pawn,
    Knight,
    Bishop,
    Rook,
    Queen,
    King,
}

Variants

Trait Implementations

impl Clone for PieceKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PieceKind
[src]

Formats the value using the given formatter.

impl Eq for PieceKind
[src]

impl PartialEq for PieceKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.