Struct rustyline::hint::HistoryHinter
source · pub struct HistoryHinter {}
Expand description
Add suggestion based on previous history entries matching current user input.
Trait Implementations§
source§impl Hinter for HistoryHinter
impl Hinter for HistoryHinter
Auto Trait Implementations§
impl Freeze for HistoryHinter
impl RefUnwindSafe for HistoryHinter
impl Send for HistoryHinter
impl Sync for HistoryHinter
impl Unpin for HistoryHinter
impl UnwindSafe for HistoryHinter
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