Struct tic::Meters [] [src]

pub struct Meters<T> {
    pub data: HashMap<String, u64>,
    pub combined: HashMap<String, u64>,
    // some fields omitted
}

Fields

Methods

impl<T: Hash + Eq + Send + Display + Clone> Meters<T>
[src]

Trait Implementations

impl<T: Clone> Clone for Meters<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Hash + Eq> Default for Meters<T>
[src]

Returns the "default value" for a type. Read more