pub enum WheelState {
Deployed,
Retracted,
Deploying,
Retracting,
Broken,
}Variants§
Trait Implementations§
Source§impl Clone for WheelState
impl Clone for WheelState
Source§fn clone(&self) -> WheelState
fn clone(&self) -> WheelState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WheelState
impl Debug for WheelState
Source§impl PartialEq for WheelState
impl PartialEq for WheelState
impl Copy for WheelState
impl StructuralPartialEq for WheelState
Auto Trait Implementations§
impl Freeze for WheelState
impl RefUnwindSafe for WheelState
impl Send for WheelState
impl Sync for WheelState
impl Unpin for WheelState
impl UnwindSafe for WheelState
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