pub struct MicroBenchState { /* private fields */ }
Expand description
Static state for microbenchmark.
Implementations§
Trait Implementations§
Source§impl Debug for MicroBenchState
impl Debug for MicroBenchState
Auto Trait Implementations§
impl Freeze for MicroBenchState
impl RefUnwindSafe for MicroBenchState
impl Send for MicroBenchState
impl Sync for MicroBenchState
impl Unpin for MicroBenchState
impl UnwindSafe for MicroBenchState
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