pub struct EvalSuite {
pub id: String,
pub cases: Vec<EvalCase>,
pub scorer: Arc<dyn Scorer>,
}Fields§
§id: String§cases: Vec<EvalCase>§scorer: Arc<dyn Scorer>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 UnsafeUnpin 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