pub struct LfuEviction { /* private fields */ }Expand description
LFU eviction policy.
Implementations§
Auto Trait Implementations§
impl Freeze for LfuEviction
impl RefUnwindSafe for LfuEviction
impl Send for LfuEviction
impl Sync for LfuEviction
impl Unpin for LfuEviction
impl UnsafeUnpin for LfuEviction
impl UnwindSafe for LfuEviction
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