Struct prometheus::core::AtomicU64
source · pub struct AtomicU64 { /* private fields */ }
Expand description
A atomic unsigned integer.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AtomicU64
impl RefUnwindSafe for AtomicU64
impl Send for AtomicU64
impl Sync for AtomicU64
impl Unpin for AtomicU64
impl UnwindSafe for AtomicU64
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