pub struct PackStats {
pub operations: usize,
pub checkpoints: usize,
pub files: usize,
pub size_bytes: usize,
}Expand description
Statistics about a pack file
Fields§
§operations: usize§checkpoints: usize§files: usize§size_bytes: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for PackStats
impl RefUnwindSafe for PackStats
impl Send for PackStats
impl Sync for PackStats
impl Unpin for PackStats
impl UnsafeUnpin for PackStats
impl UnwindSafe for PackStats
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