Struct prometheus::core::AtomicI64
source · [−]pub struct AtomicI64 { /* private fields */ }
Expand description
A atomic signed integer.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AtomicI64
impl Send for AtomicI64
impl Sync for AtomicI64
impl Unpin for AtomicI64
impl UnwindSafe for AtomicI64
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more