Struct jortestkit::measurement::SpeedBenchmarkDef
source · pub struct SpeedBenchmarkDef {
name: String,
thresholds: Option<Thresholds<Speed>>,
}
Fields§
§name: String
§thresholds: Option<Thresholds<Speed>>
Implementations§
source§impl SpeedBenchmarkDef
impl SpeedBenchmarkDef
pub fn new(name: String) -> Self
pub fn name(&self) -> String
pub fn with_thresholds(&mut self, thresholds: Thresholds<Speed>) -> &mut Self
pub fn target(&mut self, duration: Duration) -> &mut Self
pub fn thresholds(&self) -> Option<&Thresholds<Speed>>
pub fn no_target(&mut self) -> &mut Self
pub fn start(&self) -> SpeedBenchmarkRun
Trait Implementations§
source§impl Clone for SpeedBenchmarkDef
impl Clone for SpeedBenchmarkDef
source§fn clone(&self) -> SpeedBenchmarkDef
fn clone(&self) -> SpeedBenchmarkDef
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 SpeedBenchmarkDef
impl Send for SpeedBenchmarkDef
impl Sync for SpeedBenchmarkDef
impl Unpin for SpeedBenchmarkDef
impl UnwindSafe for SpeedBenchmarkDef
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