Struct handoff_counter::Counter [] [src]

pub struct Counter<Id: Hash + Eq + Copy> { /* fields omitted */ }

Methods

impl<Id: Hash + Eq + Copy> Counter<Id>
[src]

Trait Implementations

impl<Id: Clone + Hash + Eq + Copy> Clone for Counter<Id>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Id: Debug + Hash + Eq + Copy> Debug for Counter<Id>
[src]

Formats the value using the given formatter.