pub enum MoveFace {
Left,
Right,
Up,
Down,
Front,
Back,
}Variants§
Implementations§
Trait Implementations§
impl Copy for MoveFace
Source§impl Distribution<MoveFace> for StandardUniform
impl Distribution<MoveFace> for StandardUniform
impl Eq for MoveFace
impl StructuralPartialEq for MoveFace
Auto Trait Implementations§
impl Freeze for MoveFace
impl RefUnwindSafe for MoveFace
impl Send for MoveFace
impl Sync for MoveFace
impl Unpin for MoveFace
impl UnsafeUnpin for MoveFace
impl UnwindSafe for MoveFace
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