pub struct EvalSuite {
pub cases: Vec<EvalCase>,
pub criteria_names: Vec<String>,
}Expand description
An evaluation suite builder.
Fields§
§cases: Vec<EvalCase>The cases in this suite.
criteria_names: Vec<String>The criteria to apply to each case.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EvalSuite
impl RefUnwindSafe for EvalSuite
impl Send for EvalSuite
impl Sync for EvalSuite
impl Unpin for EvalSuite
impl UnwindSafe for EvalSuite
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