pub struct RunTestTime {
pub min: f64,
pub max: Option<f64>,
}Expand description
Minimum and optional maximum time to run a RunTest command for.
Fields§
§min: f64§max: Option<f64>Trait Implementations§
Source§impl Clone for RunTestTime
impl Clone for RunTestTime
Source§fn clone(&self) -> RunTestTime
fn clone(&self) -> RunTestTime
Returns a duplicate 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 moreSource§impl Debug for RunTestTime
impl Debug for RunTestTime
Source§impl Display for RunTestTime
impl Display for RunTestTime
Source§impl PartialEq for RunTestTime
impl PartialEq for RunTestTime
impl StructuralPartialEq for RunTestTime
Auto Trait Implementations§
impl Freeze for RunTestTime
impl RefUnwindSafe for RunTestTime
impl Send for RunTestTime
impl Sync for RunTestTime
impl Unpin for RunTestTime
impl UnwindSafe for RunTestTime
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