Struct dipstick::AppCounter [] [src]

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

A counter that sends values to the metrics backend

Methods

impl<M> AppCounter<M>
[src]

[src]

Record a value count.

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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