Struct hdrhistogram::iterators::all::Iter
source · pub struct Iter { /* private fields */ }
Expand description
An iterator that will yield every bin.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Iter
impl RefUnwindSafe for Iter
impl Send for Iter
impl Sync for Iter
impl Unpin for Iter
impl UnwindSafe for Iter
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more