Enum harmony::MoveErr [] [src]

pub enum MoveErr {
    NoPieceAtOrigin,
    DestinationNotOrthogonal,
    NoHarmonicLine,
    MovesThroughPiece,
    DestinationNotInRange,
}

Variants

Trait Implementations

impl Copy for MoveErr
[src]

impl Clone for MoveErr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MoveErr
[src]

Formats the value using the given formatter.

impl Eq for MoveErr
[src]

impl PartialEq for MoveErr
[src]

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

This method tests for !=.