Struct hdrhistogram::iterators::PickMetadata
source · pub struct PickMetadata { /* private fields */ }
Expand description
Extra information about the picked point in the histogram provided by the picker.
Auto Trait Implementations§
impl Freeze for PickMetadata
impl RefUnwindSafe for PickMetadata
impl Send for PickMetadata
impl Sync for PickMetadata
impl Unpin for PickMetadata
impl UnwindSafe for PickMetadata
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