Enum clashctl_tui::InputEvent [−][src]
#[non_exhaustive]
pub enum InputEvent {
Esc,
TabGoto(u8),
ToggleDebug,
ToggleHold,
List(ListEvent),
TestLatency,
NextSort,
PrevSort,
Other(KE),
}Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Esc
TabGoto(u8)
Tuple Fields
0: u8ToggleDebug
ToggleHold
List(ListEvent)
Tuple Fields
0: ListEventTestLatency
NextSort
PrevSort
Other(KE)
Tuple Fields
0: KETrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for InputEvent
impl Send for InputEvent
impl Sync for InputEvent
impl Unpin for InputEvent
impl UnwindSafe for InputEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
