Struct rustyline::hint::HistoryHinter
source · pub struct HistoryHinter {}
Expand description
Add suggestion based on previous history entries matching current user input.
Implementations§
source§impl HistoryHinter
impl HistoryHinter
Trait Implementations§
source§impl Default for HistoryHinter
impl Default for HistoryHinter
source§fn default() -> HistoryHinter
fn default() -> HistoryHinter
Returns the “default value” for a type. Read more
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