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