pub struct DeduplicationStats {
pub total_entries: usize,
pub total_access_count: u32,
pub cache_hit_rate: f64,
}Expand description
Deduplication statistics
Fields§
§total_entries: usize§total_access_count: u32§cache_hit_rate: f64Trait Implementations§
Source§impl Clone for DeduplicationStats
impl Clone for DeduplicationStats
Source§fn clone(&self) -> DeduplicationStats
fn clone(&self) -> DeduplicationStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DeduplicationStats
impl RefUnwindSafe for DeduplicationStats
impl Send for DeduplicationStats
impl Sync for DeduplicationStats
impl Unpin for DeduplicationStats
impl UnwindSafe for DeduplicationStats
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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