Enum tic::Interest [] [src]

pub enum Interest<T> {
    Count(T),
    Percentile(T),
    Trace(T, String),
    Waterfall(T, String),
}

an Interest registers a metric for reporting

Variants

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more