Enum usiagent::event::SelfMatchEvent[][src]

pub enum SelfMatchEvent {
    GameStart(u32TebanString),
    Moved(TebanMoved),
    GameEnd(SelfMatchGameEndState),
    Abort,
}
Expand description

自己対局時のイベント

Variants

GameStart(u32TebanString)

対局開始

Tuple Fields of GameStart

0: u321: Teban2: String
Moved(TebanMoved)

手が指された

Tuple Fields of Moved

0: Teban1: Moved
GameEnd(SelfMatchGameEndState)

対局終了

Tuple Fields of GameEnd

0: SelfMatchGameEndState
Abort

中断

Trait Implementations

Formats the value using the given formatter. 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

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.