pub enum MoveWidth {
Single,
Wide,
ThreeWide,
}Variants§
Trait Implementations§
impl Copy for MoveWidth
Source§impl Distribution<MoveWidth> for StandardUniform
impl Distribution<MoveWidth> for StandardUniform
impl Eq for MoveWidth
impl StructuralPartialEq for MoveWidth
Auto Trait Implementations§
impl Freeze for MoveWidth
impl RefUnwindSafe for MoveWidth
impl Send for MoveWidth
impl Sync for MoveWidth
impl Unpin for MoveWidth
impl UnsafeUnpin for MoveWidth
impl UnwindSafe for MoveWidth
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