pub struct PerformanceTest { /* private fields */ }
Expand description
Performance test runner
Implementations§
Auto Trait Implementations§
impl Freeze for PerformanceTest
impl !RefUnwindSafe for PerformanceTest
impl Send for PerformanceTest
impl Sync for PerformanceTest
impl Unpin for PerformanceTest
impl !UnwindSafe for PerformanceTest
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