pub enum Key_type {
Show 13 variants
Up,
Down,
Right,
Left,
Escape,
Delete,
Backspace,
Enter,
Next,
Previous,
Home,
End,
Character(u8),
}
Variants§
Trait Implementations§
impl Copy for Key_type
impl Eq for Key_type
impl StructuralPartialEq for Key_type
Auto Trait Implementations§
impl Freeze for Key_type
impl RefUnwindSafe for Key_type
impl Send for Key_type
impl Sync for Key_type
impl Unpin for Key_type
impl UnwindSafe for Key_type
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