[][src]Struct hdrhistogram::iterators::recorded::Iter

pub struct Iter { /* fields omitted */ }

An iterator that will yield only bins with at least one sample.

Methods

impl Iter[src]

Important traits for HistogramIterator<'a, T, P>
pub fn new<T: Counter>(hist: &Histogram<T>) -> HistogramIterator<T, Iter>[src]

Construct a new sampled iterator. See Histogram::iter_recorded for details.

Trait Implementations

impl<T: Counter> PickyIterator<T> for Iter[src]

Auto Trait Implementations

impl Send for Iter

impl Unpin for Iter

impl Sync for Iter

impl UnwindSafe for Iter

impl RefUnwindSafe for Iter

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]