Struct substrate_prometheus_endpoint::I64 [−][src]
pub struct I64 { /* fields omitted */ }
A atomic signed integer.
Trait Implementations
impl Atomic for AtomicI64
[src]
impl Atomic for AtomicI64
[src]type T = i64
The numeric type associated with this atomic.
pub fn new(val: <AtomicI64 as Atomic>::T) -> AtomicI64
[src]
pub fn set(&self, val: <AtomicI64 as Atomic>::T)
[src]
pub fn get(&self) -> <AtomicI64 as Atomic>::T
[src]
pub fn inc_by(&self, delta: <AtomicI64 as Atomic>::T)
[src]
pub fn dec_by(&self, delta: <AtomicI64 as Atomic>::T)
[src]
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
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> WithSubscriber for T
[src]
impl<T> WithSubscriber for T
[src]pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,