pub struct LatencyBenchmark { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for LatencyBenchmark
impl Default for LatencyBenchmark
Source§fn default() -> LatencyBenchmark
fn default() -> LatencyBenchmark
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LatencyBenchmark
impl RefUnwindSafe for LatencyBenchmark
impl Send for LatencyBenchmark
impl Sync for LatencyBenchmark
impl Unpin for LatencyBenchmark
impl UnwindSafe for LatencyBenchmark
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