pub enum AfterMoveInfo {
UselessVerifierCheck,
}
Expand description
Additional info that may be returned by the function State::after_move
.
Variants§
UselessVerifierCheck
The move checked a verifier that did not provide additional information about the game solution.
Trait Implementations§
Source§impl Clone for AfterMoveInfo
impl Clone for AfterMoveInfo
Source§fn clone(&self) -> AfterMoveInfo
fn clone(&self) -> AfterMoveInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AfterMoveInfo
impl Debug for AfterMoveInfo
Source§impl PartialEq for AfterMoveInfo
impl PartialEq for AfterMoveInfo
impl Copy for AfterMoveInfo
impl Eq for AfterMoveInfo
impl StructuralPartialEq for AfterMoveInfo
Auto Trait Implementations§
impl Freeze for AfterMoveInfo
impl RefUnwindSafe for AfterMoveInfo
impl Send for AfterMoveInfo
impl Sync for AfterMoveInfo
impl Unpin for AfterMoveInfo
impl UnwindSafe for AfterMoveInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more