Struct dipstick::AppMarker[][src]

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

A monotonic counter metric. Since value is only ever increased by one, no value parameter is provided, preventing programming errors.

Methods

impl<M> AppMarker<M>
[src]

Record a single event occurence.

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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