pub struct TaggedCacheStats {
pub base_stats: CacheStats,
pub total_tags: u64,
pub tagged_keys: u64,
}Expand description
Statistics for tagged cache
Fields§
§base_stats: CacheStats§tagged_keys: u64Trait Implementations§
Source§impl Clone for TaggedCacheStats
impl Clone for TaggedCacheStats
Source§fn clone(&self) -> TaggedCacheStats
fn clone(&self) -> TaggedCacheStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TaggedCacheStats
impl RefUnwindSafe for TaggedCacheStats
impl Send for TaggedCacheStats
impl Sync for TaggedCacheStats
impl Unpin for TaggedCacheStats
impl UnwindSafe for TaggedCacheStats
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