pub struct TimerWheelRecipe;Trait Implementations§
Source§impl SubMsRecipe for TimerWheelRecipe
impl SubMsRecipe for TimerWheelRecipe
fn name(&self) -> &str
fn run(&self, h: &mut SubMsPerfHarness, params: &SubMsBenchParams)
Auto Trait Implementations§
impl Freeze for TimerWheelRecipe
impl RefUnwindSafe for TimerWheelRecipe
impl Send for TimerWheelRecipe
impl Sync for TimerWheelRecipe
impl Unpin for TimerWheelRecipe
impl UnsafeUnpin for TimerWheelRecipe
impl UnwindSafe for TimerWheelRecipe
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