pub enum KeySeq {
}Variants§
Unidentified
Utf8Key(char)
Key(u8)
LeftKey
RightKey
UpKey
DownKey
PageUpKey
PageDownKey
HomeKey
EndKey
DeleteKey
Cursor(usize, usize)
Trait Implementations§
impl StructuralPartialEq for KeySeq
Auto Trait Implementations§
impl Freeze for KeySeq
impl RefUnwindSafe for KeySeq
impl Send for KeySeq
impl Sync for KeySeq
impl Unpin for KeySeq
impl UnsafeUnpin for KeySeq
impl UnwindSafe for KeySeq
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