pub enum KeyDirection {
Up,
Down,
}
Expand description
Whether a key press is going up or down
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyDirection
impl RefUnwindSafe for KeyDirection
impl Send for KeyDirection
impl Sync for KeyDirection
impl Unpin for KeyDirection
impl UnwindSafe for KeyDirection
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