Struct jortestkit::measurement::EnduranceBenchmarkFinish
source · pub struct EnduranceBenchmarkFinish {
definition: EnduranceBenchmarkDef,
endurance: Endurance,
}
Fields§
§definition: EnduranceBenchmarkDef
§endurance: Endurance
Implementations§
source§impl EnduranceBenchmarkFinish
impl EnduranceBenchmarkFinish
pub fn print(&self)
pub fn print_with_thresholds(&self, thresholds: Thresholds<Endurance>)
Trait Implementations§
source§impl Clone for EnduranceBenchmarkFinish
impl Clone for EnduranceBenchmarkFinish
source§fn clone(&self) -> EnduranceBenchmarkFinish
fn clone(&self) -> EnduranceBenchmarkFinish
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for EnduranceBenchmarkFinish
impl Send for EnduranceBenchmarkFinish
impl Sync for EnduranceBenchmarkFinish
impl Unpin for EnduranceBenchmarkFinish
impl UnwindSafe for EnduranceBenchmarkFinish
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