pub enum MoveCount {
Simple = 1,
Double = 2,
Prime = 3,
}
Variants§
Trait Implementations§
impl Copy for MoveCount
impl StructuralPartialEq for MoveCount
Auto Trait Implementations§
impl Freeze for MoveCount
impl RefUnwindSafe for MoveCount
impl Send for MoveCount
impl Sync for MoveCount
impl Unpin for MoveCount
impl UnwindSafe for MoveCount
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