pub enum KeyAction {
Quit,
Refresh,
ToggleStress,
FocusNext,
NavigateUp,
NavigateDown,
Expand,
Help,
Alerts,
Export,
TogglePause,
}Expand description
Keyboard action
Variants§
Quit
Quit application
Refresh
Force refresh
ToggleStress
Toggle stress test mode
FocusNext
Focus next section
Navigate up
Navigate down
Expand
Expand/collapse current item
Help
Show help overlay
Alerts
Show alerts panel
Export
Export metrics to JSON
TogglePause
Pause/resume monitoring
Implementations§
Trait Implementations§
impl Copy for KeyAction
impl Eq for KeyAction
impl StructuralPartialEq for KeyAction
Auto Trait Implementations§
impl Freeze for KeyAction
impl RefUnwindSafe for KeyAction
impl Send for KeyAction
impl Sync for KeyAction
impl Unpin for KeyAction
impl UnsafeUnpin for KeyAction
impl UnwindSafe for KeyAction
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