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
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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