pub struct EvaluationOptions {
pub source_revision: String,
pub context_revision: String,
pub cases: Vec<SystemCase>,
pub timeout: Duration,
}Fields§
§source_revision: String§context_revision: String§cases: Vec<SystemCase>§timeout: DurationImplementations§
Trait Implementations§
Source§impl Clone for EvaluationOptions
impl Clone for EvaluationOptions
Source§fn clone(&self) -> EvaluationOptions
fn clone(&self) -> EvaluationOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Freeze for EvaluationOptions
impl RefUnwindSafe for EvaluationOptions
impl Send for EvaluationOptions
impl Sync for EvaluationOptions
impl Unpin for EvaluationOptions
impl UnsafeUnpin for EvaluationOptions
impl UnwindSafe for EvaluationOptions
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