Struct dipstick::core::ScopeCounter [] [src]

pub struct ScopeCounter<M> { /* fields omitted */ }

A counter that sends values to the metrics backend

Methods

impl<M> ScopeCounter<M>
[src]

[src]

Record a value count.

Trait Implementations

impl<M> Debug for ScopeCounter<M> where
    M: Debug
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<M> Send for ScopeCounter<M> where
    M: Send

impl<M> Sync for ScopeCounter<M> where
    M: Sync