Enum tui_logger::TuiWidgetEvent
source · [−]pub enum TuiWidgetEvent {
SpaceKey,
UpKey,
DownKey,
LeftKey,
RightKey,
PlusKey,
MinusKey,
HideKey,
FocusKey,
PrevPageKey,
NextPageKey,
EscapeKey,
}Variants
SpaceKey
UpKey
DownKey
LeftKey
RightKey
PlusKey
MinusKey
HideKey
FocusKey
PrevPageKey
NextPageKey
EscapeKey
Trait Implementations
sourceimpl Clone for TuiWidgetEvent
impl Clone for TuiWidgetEvent
sourcefn clone(&self) -> TuiWidgetEvent
fn clone(&self) -> TuiWidgetEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TuiWidgetEvent
impl Debug for TuiWidgetEvent
sourceimpl Hash for TuiWidgetEvent
impl Hash for TuiWidgetEvent
sourceimpl PartialEq<TuiWidgetEvent> for TuiWidgetEvent
impl PartialEq<TuiWidgetEvent> for TuiWidgetEvent
impl StructuralPartialEq for TuiWidgetEvent
Auto Trait Implementations
impl RefUnwindSafe for TuiWidgetEvent
impl Send for TuiWidgetEvent
impl Sync for TuiWidgetEvent
impl Unpin for TuiWidgetEvent
impl UnwindSafe for TuiWidgetEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more