Enum usiagent::event::FoulKind [−][src]
pub enum FoulKind {
InvalidMove,
PutFuAndMate,
Sennichite,
SennichiteOu,
NotRespondedOute,
Suicide,
}
Expand description
自己対局時の反則負けの種類
Variants
合法手でない
打ち歩詰め
千日手
連続王手の千日手
王手に応じなかった
自分から相手に王を取られる位置に駒を動かした
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for FoulKind
impl UnwindSafe for FoulKind
Blanket Implementations
Mutably borrows from an owned value. Read more