Struct usiagent::rule::LegalMovePut [−][src]
pub struct LegalMovePut(_);
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 LegalMovePut
impl Send for LegalMovePut
impl Sync for LegalMovePut
impl Unpin for LegalMovePut
impl UnwindSafe for LegalMovePut
Blanket Implementations
Mutably borrows from an owned value. Read more