pub struct CacheUsage {
pub groupings: usize,
pub documents: usize,
pub bytes: u64,
}Expand description
What the regenerable cache currently holds, or what clearing it removed.
Fields§
§groupings: usize§documents: usize§bytes: u64Implementations§
Auto Trait Implementations§
impl Freeze for CacheUsage
impl RefUnwindSafe for CacheUsage
impl Send for CacheUsage
impl Sync for CacheUsage
impl Unpin for CacheUsage
impl UnsafeUnpin for CacheUsage
impl UnwindSafe for CacheUsage
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