Enum usiagent::event::SelfMatchEventKind[][src]

pub enum SelfMatchEventKind {
    GameStart,
    Moved,
    GameEnd,
    Abort,
}
Expand description

自己対局時のイベントの種別

Variants

GameStart

対局開始

Moved

手が指された

GameEnd

対局終了

Abort

中断

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

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

Performs the conversion.

Performs the conversion.

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.