pub struct CacheCleanupOutcome {
pub removed_entries: u64,
}Expand description
Result of a cache-side cleanup run.
Fields§
§removed_entries: u64Trait Implementations§
Source§impl Clone for CacheCleanupOutcome
impl Clone for CacheCleanupOutcome
Source§fn clone(&self) -> CacheCleanupOutcome
fn clone(&self) -> CacheCleanupOutcome
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 CacheCleanupOutcome
impl Debug for CacheCleanupOutcome
Source§impl Default for CacheCleanupOutcome
impl Default for CacheCleanupOutcome
Source§fn default() -> CacheCleanupOutcome
fn default() -> CacheCleanupOutcome
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CacheCleanupOutcome
impl RefUnwindSafe for CacheCleanupOutcome
impl Send for CacheCleanupOutcome
impl Sync for CacheCleanupOutcome
impl Unpin for CacheCleanupOutcome
impl UnsafeUnpin for CacheCleanupOutcome
impl UnwindSafe for CacheCleanupOutcome
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