pub struct LruCache { /* private fields */ }
Expand description
LRU cache.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LruCache
impl RefUnwindSafe for LruCache
impl Send for LruCache
impl Sync for LruCache
impl Unpin for LruCache
impl UnwindSafe for LruCache
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