pub struct BenchmarkCommand;
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BenchmarkCommand
impl RefUnwindSafe for BenchmarkCommand
impl Send for BenchmarkCommand
impl Sync for BenchmarkCommand
impl Unpin for BenchmarkCommand
impl UnwindSafe for BenchmarkCommand
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