Enum csa::value::Action [] [src]

pub enum Action {
    Move(ColorSquareSquarePieceType),
    Toryo,
    Chudan,
    Sennichite,
    TimeUp,
    IllegalMove,
    IllegalAction(Color),
    Jishogi,
    Kachi,
    Hikiwake,
    Matta,
    Tsumi,
    Fuzumi,
    Error,
}

Variants

Trait Implementations

impl Debug for Action
[src]

Formats the value using the given formatter.

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

impl Clone for Action
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Action
[src]

impl Display for Action
[src]

Formats the value using the given formatter. Read more