pub struct TaskHistogram { /* private fields */ }
Expand description
Task execution time histogram
Implementations§
Trait Implementations§
Source§impl Debug for TaskHistogram
impl Debug for TaskHistogram
Auto Trait Implementations§
impl !Freeze for TaskHistogram
impl RefUnwindSafe for TaskHistogram
impl Send for TaskHistogram
impl Sync for TaskHistogram
impl Unpin for TaskHistogram
impl UnwindSafe for TaskHistogram
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