pub struct DisplayBuckets<'a, T> { /* private fields */ }Expand description
Displays non-empty buckets of a histogram, one per line.
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for DisplayBuckets<'a, T>
impl<'a, T> RefUnwindSafe for DisplayBuckets<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for DisplayBuckets<'a, T>where
T: Sync,
impl<'a, T> Sync for DisplayBuckets<'a, T>where
T: Sync,
impl<'a, T> Unpin for DisplayBuckets<'a, T>
impl<'a, T> UnsafeUnpin for DisplayBuckets<'a, T>
impl<'a, T> UnwindSafe for DisplayBuckets<'a, T>where
T: RefUnwindSafe,
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