pub struct LfuCache { /* private fields */ }Expand description
LFU (Least Frequently Used) cache
Implementations§
Auto Trait Implementations§
impl !Freeze for LfuCache
impl !RefUnwindSafe for LfuCache
impl !UnwindSafe for LfuCache
impl Send for LfuCache
impl Sync for LfuCache
impl Unpin for LfuCache
impl UnsafeUnpin for LfuCache
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