pub enum TipState {
Bad,
Good,
Stable,
}Expand description
Simple tip state - matches original controller
Variants§
Trait Implementations§
impl Copy for TipState
impl StructuralPartialEq for TipState
Auto Trait Implementations§
impl Freeze for TipState
impl RefUnwindSafe for TipState
impl Send for TipState
impl Sync for TipState
impl Unpin for TipState
impl UnwindSafe for TipState
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