Struct jortestkit::measurement::EnduranceBenchmarkDef
source · pub struct EnduranceBenchmarkDef {
name: String,
thresholds: Option<Thresholds<Endurance>>,
}
Fields§
§name: String
§thresholds: Option<Thresholds<Endurance>>
Implementations§
Trait Implementations§
source§impl Clone for EnduranceBenchmarkDef
impl Clone for EnduranceBenchmarkDef
source§fn clone(&self) -> EnduranceBenchmarkDef
fn clone(&self) -> EnduranceBenchmarkDef
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 EnduranceBenchmarkDef
impl Send for EnduranceBenchmarkDef
impl Sync for EnduranceBenchmarkDef
impl Unpin for EnduranceBenchmarkDef
impl UnwindSafe for EnduranceBenchmarkDef
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