pub enum MoveSpecial {
Show 14 variants SpecialToryo, SpecialChudan, SpecialSennichite, SpecialTimeUp, SpecialIllegalMove, SpecialIllegalActionBlack, SpecialIllegalActionWhite, SpecialJishogi, SpecialKachi, SpecialHikiwake, SpecialMatta, SpecialTsumi, SpecialFuzumi, SpecialError,
}
Expand description

A representation of a special move

Variants

SpecialToryo

投了

SpecialChudan

中断

SpecialSennichite

千日手

SpecialTimeUp

手番側が時間切れで負け・切れ負け

SpecialIllegalMove

反則負け

SpecialIllegalActionBlack

先手(下手)の反則行為により、後手(上手)の勝ち

SpecialIllegalActionWhite

後手(上手)の反則行為により、先手(下手)の勝ち

SpecialJishogi

持将棋

SpecialKachi

(入玉で)勝ちの宣言

SpecialHikiwake

(入玉で)引き分けの宣言

SpecialMatta

待った

SpecialTsumi

詰み

SpecialFuzumi

不詰

SpecialError

エラー

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

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

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.