pub struct Snapshot {
pub new_calls: u64,
pub put_calls: u64,
pub max_entries_seen: u64,
pub drop_with_zero_entries: u64,
pub drop_with_entries: u64,
}Fields§
§new_calls: u64§put_calls: u64§max_entries_seen: u64§drop_with_zero_entries: u64§drop_with_entries: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for Snapshot
impl RefUnwindSafe for Snapshot
impl Send for Snapshot
impl Sync for Snapshot
impl Unpin for Snapshot
impl UnsafeUnpin for Snapshot
impl UnwindSafe for Snapshot
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