pub struct PerfThresholds {
pub mean: Threshold<u64>,
}Fields§
§mean: Threshold<u64>Trait Implementations§
Source§impl Debug for PerfThresholds
impl Debug for PerfThresholds
Source§impl ThresholdFor<PerfStats> for PerfThresholds
impl ThresholdFor<PerfStats> for PerfThresholds
Auto Trait Implementations§
impl Freeze for PerfThresholds
impl RefUnwindSafe for PerfThresholds
impl Send for PerfThresholds
impl Sync for PerfThresholds
impl Unpin for PerfThresholds
impl UnwindSafe for PerfThresholds
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