pub struct Moving;Expand description
Motor is currently executing a move.
Trait Implementations§
impl Copy for Moving
impl MotorState for Moving
Auto Trait Implementations§
impl Freeze for Moving
impl RefUnwindSafe for Moving
impl Send for Moving
impl Sync for Moving
impl Unpin for Moving
impl UnwindSafe for Moving
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