#[repr(u8)]pub enum PawnMove {
One = 0,
Two = 1,
Left = 2,
Right = 3,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PawnMove
impl RefUnwindSafe for PawnMove
impl Send for PawnMove
impl Sync for PawnMove
impl Unpin for PawnMove
impl UnsafeUnpin for PawnMove
impl UnwindSafe for PawnMove
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