pub enum LegState {
Deployed,
Retracted,
Deploying,
Retracting,
Broken,
}Variants§
Trait Implementations§
impl Copy for LegState
impl StructuralPartialEq for LegState
Auto Trait Implementations§
impl Freeze for LegState
impl RefUnwindSafe for LegState
impl Send for LegState
impl Sync for LegState
impl Unpin for LegState
impl UnwindSafe for LegState
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