pub enum Key {
}Expand description
Enum representing the keys that can be used in a mapping.
Variants§
Alt(Box<Key>)
Backspace
Char(char)
Control(Box<Key>)
Delete
Down
End
Enter
Escape
F1
F2
F3
F4
F5
F6
F7
F8
F9
F10
F11
F12
Home
Insert
Left
PageDown
PageUp
Right
Shift(Box<Key>)
Space
Tab
Up
Trait Implementations§
impl Eq for Key
impl StructuralPartialEq for Key
Auto Trait Implementations§
impl Freeze for Key
impl RefUnwindSafe for Key
impl Send for Key
impl Sync for Key
impl Unpin for Key
impl UnwindSafe for Key
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