pub struct CacheStatsResponse {
pub entry_count: u64,
pub weighted_size: u64,
}Expand description
Cache statistics
Fields§
§entry_count: u64§weighted_size: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for CacheStatsResponse
impl RefUnwindSafe for CacheStatsResponse
impl Send for CacheStatsResponse
impl Sync for CacheStatsResponse
impl Unpin for CacheStatsResponse
impl UnwindSafe for CacheStatsResponse
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