pub struct SolarSystemBenchmark;Implementations§
Source§impl SolarSystemBenchmark
impl SolarSystemBenchmark
pub fn print_full_report()
Auto Trait Implementations§
impl Freeze for SolarSystemBenchmark
impl RefUnwindSafe for SolarSystemBenchmark
impl Send for SolarSystemBenchmark
impl Sync for SolarSystemBenchmark
impl Unpin for SolarSystemBenchmark
impl UnsafeUnpin for SolarSystemBenchmark
impl UnwindSafe for SolarSystemBenchmark
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