pub struct LmdbStats {
pub count: usize,
pub total_bytes: u64,
pub pinned_count: usize,
pub pinned_bytes: u64,
}Fields§
§count: usize§total_bytes: u64§pinned_count: usize§pinned_bytes: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for LmdbStats
impl RefUnwindSafe for LmdbStats
impl Send for LmdbStats
impl Sync for LmdbStats
impl Unpin for LmdbStats
impl UnsafeUnpin for LmdbStats
impl UnwindSafe for LmdbStats
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