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.

impl Hash for Counter
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Clone for Counter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more