Struct histo::Bucket [] [src]

pub struct Bucket<'a> { /* fields omitted */ }

A bucket is a range of samples and their count.

Methods

impl<'a> Bucket<'a>
[src]

The number of samples in this bucket's range.

The start of this bucket's range.

The end of this bucket's range.

Trait Implementations

impl<'a> Clone for Bucket<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Bucket<'a>
[src]

Formats the value using the given formatter.