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