pub struct Evicted {
pub key: StoreKey,
pub reason: Symbol,
}Expand description
Eviction record produced by a retention sweep.
Fields§
§key: StoreKeyKey that was removed.
reason: SymbolReason for eviction.
Trait Implementations§
impl Eq for Evicted
impl StructuralPartialEq for Evicted
Auto Trait Implementations§
impl Freeze for Evicted
impl RefUnwindSafe for Evicted
impl Send for Evicted
impl Sync for Evicted
impl Unpin for Evicted
impl UnsafeUnpin for Evicted
impl UnwindSafe for Evicted
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