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