pub struct AtomicEntry { /* private fields */ }
Expand description
AtomicEntry holds an Entry without an age in a unique format: As 2 AtomicU64 integers. Importantly, the only data that can be corrupted from an entry is its hash.
Trait Implementations§
Source§impl Debug for AtomicEntry
impl Debug for AtomicEntry
Auto Trait Implementations§
impl !Freeze for AtomicEntry
impl RefUnwindSafe for AtomicEntry
impl Send for AtomicEntry
impl Sync for AtomicEntry
impl Unpin for AtomicEntry
impl UnwindSafe for AtomicEntry
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