Enum usiagent::rule::AppliedMove [−][src]
pub enum AppliedMove {
To(AppliedMoveTo),
Put(AppliedMovePut),
}
Expand description
適用される手
Variants
To(AppliedMoveTo)
盤面上の駒を動かす手
Tuple Fields of To
Put(AppliedMovePut)
持ち駒を置く手
Tuple Fields of Put
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AppliedMove
impl Send for AppliedMove
impl Sync for AppliedMove
impl Unpin for AppliedMove
impl UnwindSafe for AppliedMove
Blanket Implementations
Mutably borrows from an owned value. Read more