Enum pager_rs::CommandType [−][src]
Expand description
Type of Command
Variants
Colon(String)
Tuple Fields
0: String
Waits for :
key and then the command input, until Enter is pressed.
Key(KeyCode)
Tuple Fields
0: KeyCode
Waits for key input.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CommandType
impl Send for CommandType
impl Sync for CommandType
impl Unpin for CommandType
impl UnwindSafe for CommandType
Blanket Implementations
Mutably borrows from an owned value. Read more