Enum rustyline::config::HistoryDuplicates [−][src]
pub enum HistoryDuplicates {
AlwaysAdd,
IgnoreConsecutive,
}
Expand description
History filter
Variants
AlwaysAdd
No filter
IgnoreConsecutive
a line will not be added to the history if it matches the previous entry
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HistoryDuplicates
impl Send for HistoryDuplicates
impl Sync for HistoryDuplicates
impl Unpin for HistoryDuplicates
impl UnwindSafe for HistoryDuplicates
Blanket Implementations
Mutably borrows from an owned value. Read more