Enum harmony::PiecePlacementErr [] [src]

pub enum PiecePlacementErr {
    PlacedOutsideBoard,
    PlayerNotInGame,
}

Variants

Trait Implementations

impl Copy for PiecePlacementErr
[src]

impl Clone for PiecePlacementErr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PiecePlacementErr
[src]

Formats the value using the given formatter.

impl Eq for PiecePlacementErr
[src]

impl PartialEq for PiecePlacementErr
[src]

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

This method tests for !=.