pub struct PackReadStats { /* private fields */ }Expand description
Usage measured for one targeted read.
Implementations§
Source§impl PackReadStats
impl PackReadStats
pub const fn source_bytes_read(&self) -> u64
pub const fn compressed_bytes_read(&self) -> u64
pub const fn peak_materialized_bytes(&self) -> usize
pub const fn cached_bytes(&self) -> usize
pub const fn cached_objects(&self) -> usize
pub const fn cache_evictions(&self) -> u64
pub const fn delta_depth(&self) -> usize
Trait Implementations§
Source§impl Clone for PackReadStats
impl Clone for PackReadStats
impl Copy for PackReadStats
Source§impl Debug for PackReadStats
impl Debug for PackReadStats
impl Eq for PackReadStats
Source§impl PartialEq for PackReadStats
impl PartialEq for PackReadStats
impl StructuralPartialEq for PackReadStats
Auto Trait Implementations§
impl Freeze for PackReadStats
impl RefUnwindSafe for PackReadStats
impl Send for PackReadStats
impl Sync for PackReadStats
impl Unpin for PackReadStats
impl UnsafeUnpin for PackReadStats
impl UnwindSafe for PackReadStats
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