Struct jortestkit::measurement::EnduranceBenchmarkRun
source · pub struct EnduranceBenchmarkRun {
definition: EnduranceBenchmarkDef,
start_marker: Timestamp,
}
Fields§
§definition: EnduranceBenchmarkDef
§start_marker: Timestamp
Implementations§
source§impl EnduranceBenchmarkRun
impl EnduranceBenchmarkRun
pub fn stop(&self) -> EnduranceBenchmarkFinish
pub fn exception(&self, info: String) -> EnduranceBenchmarkFinish
pub fn max_endurance_reached(&self) -> bool
Auto Trait Implementations§
impl RefUnwindSafe for EnduranceBenchmarkRun
impl Send for EnduranceBenchmarkRun
impl Sync for EnduranceBenchmarkRun
impl Unpin for EnduranceBenchmarkRun
impl UnwindSafe for EnduranceBenchmarkRun
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