pub struct StoreEvicted {
pub key: StoreKey,
pub reason: Symbol,
}Expand description
One removed content-store entry.
Fields§
§key: StoreKeyRemoved key.
reason: SymbolEviction reason.
Trait Implementations§
Source§impl Clone for StoreEvicted
impl Clone for StoreEvicted
Source§fn clone(&self) -> StoreEvicted
fn clone(&self) -> StoreEvicted
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StoreEvicted
impl Debug for StoreEvicted
impl Eq for StoreEvicted
Source§impl PartialEq for StoreEvicted
impl PartialEq for StoreEvicted
impl StructuralPartialEq for StoreEvicted
Auto Trait Implementations§
impl Freeze for StoreEvicted
impl RefUnwindSafe for StoreEvicted
impl Send for StoreEvicted
impl Sync for StoreEvicted
impl Unpin for StoreEvicted
impl UnsafeUnpin for StoreEvicted
impl UnwindSafe for StoreEvicted
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