Enum pleco::templates::Rank [] [src]

#[repr(u8)]
pub enum Rank { R1, R2, R3, R4, R5, R6, R7, R8, }

Enum for the Ranks of a Chessboard.

Variants

Trait Implementations

impl Copy for Rank
[src]

impl Clone for Rank
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Rank
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for Rank
[src]

[src]

Formats the value using the given formatter.