Struct jortestkit::measurement::SpeedBenchmarkFinish
source · pub struct SpeedBenchmarkFinish {
definition: SpeedBenchmarkDef,
speed: Speed,
}
Fields§
§definition: SpeedBenchmarkDef
§speed: Speed
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SpeedBenchmarkFinish
impl Send for SpeedBenchmarkFinish
impl Sync for SpeedBenchmarkFinish
impl Unpin for SpeedBenchmarkFinish
impl UnwindSafe for SpeedBenchmarkFinish
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