pub struct ColdStoreStats {
pub size_on_disk: u64,
pub tree_count: u64,
}Expand description
Custom statistics struct since sled doesn’t expose one
Fields§
§size_on_disk: u64§tree_count: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColdStoreStats
impl RefUnwindSafe for ColdStoreStats
impl Send for ColdStoreStats
impl Sync for ColdStoreStats
impl Unpin for ColdStoreStats
impl UnwindSafe for ColdStoreStats
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