pub struct InMemoryHistory { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InMemoryHistory
impl RefUnwindSafe for InMemoryHistory
impl Send for InMemoryHistory
impl Sync for InMemoryHistory
impl Unpin for InMemoryHistory
impl UnsafeUnpin for InMemoryHistory
impl UnwindSafe for InMemoryHistory
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