Struct prometrics::bucket::CumulativeBucket [] [src]

pub struct CumulativeBucket { /* fields omitted */ }

Cumulative bucket.

Methods

impl CumulativeBucket
[src]

[src]

Returns the cumulative count of samples.

[src]

Returns the upper bound of this bucket.

This method never return a NaN value.

Trait Implementations

impl Debug for CumulativeBucket
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CumulativeBucket
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations