Enum cock_lib::bin_modules::AppState
source · pub enum AppState {
Home,
Id,
Abnormalities,
Aesthetic,
Balls,
Circumcision,
Curvature,
Shape,
Size,
Veininess,
Result,
}Variants§
Implementations§
Trait Implementations§
source§impl TUIDisplay for AppState
impl TUIDisplay for AppState
TUIDisplay implementation for AppState Repsonsible for drawing each screen.
impl Copy for AppState
Auto Trait Implementations§
impl RefUnwindSafe for AppState
impl Send for AppState
impl Sync for AppState
impl Unpin for AppState
impl UnwindSafe for AppState
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