Enum makeup_console::Keypress
source · 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§
source§impl PartialEq for Keypress
impl PartialEq for Keypress
impl Eq for Keypress
impl StructuralEq for Keypress
impl StructuralPartialEq for Keypress
Auto Trait Implementations§
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