pub struct DecayStats {
pub total_events: i64,
pub total_access: i64,
pub pinned_count: i64,
pub avg_access: f64,
pub flagged_count: i64,
}Fields§
§total_events: i64§total_access: i64§pinned_count: i64§avg_access: f64§flagged_count: i64Trait Implementations§
Source§impl Clone for DecayStats
impl Clone for DecayStats
Source§fn clone(&self) -> DecayStats
fn clone(&self) -> DecayStats
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 DecayStats
impl RefUnwindSafe for DecayStats
impl Send for DecayStats
impl Sync for DecayStats
impl Unpin for DecayStats
impl UnsafeUnpin for DecayStats
impl UnwindSafe for DecayStats
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