pub struct AtomicVersion { /* private fields */ }Expand description
A concurrency-safe version counter for incremental state.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AtomicVersion
impl RefUnwindSafe for AtomicVersion
impl Send for AtomicVersion
impl Sync for AtomicVersion
impl Unpin for AtomicVersion
impl UnsafeUnpin for AtomicVersion
impl UnwindSafe for AtomicVersion
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