pub struct EvalSuite { /* private fields */ }Expand description
A suite of evaluation test cases.
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