Struct monotone::local::counter::Counter [] [src]

pub struct Counter { /* fields omitted */ }

Methods

impl Counter
[src]

Trait Implementations

impl Debug for Counter
[src]

Formats the value using the given formatter.

impl Clone for Counter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl MonotonicCounter for Counter
[src]