pub struct DefaultHistory { /* private fields */ }Expand description
Default implementation of History that saves history in process memory. This history will not persist across instances of the shell
Trait Implementations§
Source§impl Default for DefaultHistory
impl Default for DefaultHistory
Source§fn default() -> DefaultHistory
fn default() -> DefaultHistory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for DefaultHistory
impl !RefUnwindSafe for DefaultHistory
impl Send for DefaultHistory
impl !Sync for DefaultHistory
impl Unpin for DefaultHistory
impl UnwindSafe for DefaultHistory
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