Enum rustyline::consts::KeyPress [-] [+] [src]

pub enum KeyPress {
    NULL,
    CTRL_A,
    CTRL_B,
    CTRL_C,
    CTRL_D,
    CTRL_E,
    CTRL_F,
    CTRL_H,
    TAB,
    CTRL_K,
    CTRL_L,
    ENTER,
    CTRL_N,
    CTRL_P,
    CTRL_T,
    CTRL_U,
    CTRL_W,
    ESC,
    BACKSPACE,
}

Variants

NULL
CTRL_A
CTRL_B
CTRL_C
CTRL_D
CTRL_E
CTRL_F
CTRL_H
TAB
CTRL_K
CTRL_L
ENTER
CTRL_N
CTRL_P
CTRL_T
CTRL_U
CTRL_W
ESC
BACKSPACE

Trait Implementations

Derived Implementations

impl Copy for KeyPress

impl PartialEq for KeyPress

fn eq(&self, __arg_0: &KeyPress) -> bool

fn ne(&self, __arg_0: &KeyPress) -> bool

impl Clone for KeyPress

fn clone(&self) -> KeyPress

fn clone_from(&mut self, source: &Self)

impl Debug for KeyPress

fn fmt(&self, __arg_0: &mut Formatter) -> Result