pub struct percentile_benches;
Expand description
Get difficulty factor with max time limit for percentile of stats
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for percentile_benches
impl Send for percentile_benches
impl Sync for percentile_benches
impl Unpin for percentile_benches
impl UnwindSafe for percentile_benches
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