Struct hotmic::Percentile[][src]

pub struct Percentile(pub String, pub f64);

A labeled percentile.

This represents a floating-point value from 0 to 100, with a string label to be used for displaying the given percentile.

Trait Implementations

impl Clone for Percentile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Percentile

impl Sync for Percentile