Enum usiagent::rule::LegalMove [−][src]
pub enum LegalMove {
To(LegalMoveTo),
Put(LegalMovePut),
}
Expand description
合法手
Variants
To(LegalMoveTo)
盤面上の駒を動かす手
Tuple Fields of To
0: LegalMoveTo
Put(LegalMovePut)
持ち駒を置く手
Tuple Fields of Put
0: LegalMovePut
Implementations
AppliedMove
へ変換
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for LegalMove
impl UnwindSafe for LegalMove
Blanket Implementations
Mutably borrows from an owned value. Read more