Struct usiagent::rule::AppliedMovePut [−][src]
pub struct AppliedMovePut(_);
Expand description
持ち駒を置く手
Implementations
Trait Implementations
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 AppliedMovePut
impl Send for AppliedMovePut
impl Sync for AppliedMovePut
impl Unpin for AppliedMovePut
impl UnwindSafe for AppliedMovePut
Blanket Implementations
Mutably borrows from an owned value. Read more