Struct cadence::Counter[][src]

pub struct Counter { /* fields omitted */ }

Counters are simple values incremented or decremented by a client.

See the Counted trait for more information.

Methods

impl Counter
[src]

Trait Implementations

impl PartialEq for Counter
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Counter
[src]

impl Debug for Counter
[src]

Formats the value using the given formatter. Read more

impl Hash for Counter
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for Counter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<String> for Counter
[src]

Performs the conversion.

impl Metric for Counter
[src]

Auto Trait Implementations

impl Send for Counter

impl Sync for Counter