Enum rustyline::history::Direction [−][src]
pub enum Direction {
Forward,
Reverse,
}
Expand description
Search direction
Variants
Forward
Search history forward
Reverse
Search history backward
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Direction
impl UnwindSafe for Direction
Blanket Implementations
Mutably borrows from an owned value. Read more