Struct cov::raw::Histogram[][src]

pub struct Histogram {
    pub buckets: BTreeMap<u32, HistogramBucket>,
}

Histogram in the Summary.

Fields

Buckets in the histogram.

The key gives the scale-index.

Trait Implementations

impl Clone for Histogram
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Histogram
[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 Histogram
[src]

impl Hash for Histogram
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Histogram
[src]

Formats the value using the given formatter. Read more

impl Default for Histogram
[src]

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

Auto Trait Implementations

impl Send for Histogram

impl Sync for Histogram