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