pub struct EvictionTracker { /* private fields */ }Expand description
A simple LRU-like eviction policy tracker for the expression cache.
Implementations§
Auto Trait Implementations§
impl Freeze for EvictionTracker
impl RefUnwindSafe for EvictionTracker
impl Send for EvictionTracker
impl Sync for EvictionTracker
impl Unpin for EvictionTracker
impl UnsafeUnpin for EvictionTracker
impl UnwindSafe for EvictionTracker
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