pub enum Keypress {
}Variants§
Up
Down
Right
Left
Home
End
ShiftTab
Insert
Delete
PageUp
PageDown
Return
Tab
Backspace
Escape
Char(char)
UnknownSequence(Vec<char>)
Trait Implementations§
impl Eq for Keypress
impl StructuralPartialEq for Keypress
Auto Trait Implementations§
impl Freeze for Keypress
impl RefUnwindSafe for Keypress
impl Send for Keypress
impl Sync for Keypress
impl Unpin for Keypress
impl UnwindSafe for Keypress
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