pub struct FixtureCase { /* private fields */ }Expand description
An EvaluationCase built from a fixture + runner pair.
Implementations§
Trait Implementations§
Source§impl EvaluationCase for FixtureCase
impl EvaluationCase for FixtureCase
Auto Trait Implementations§
impl Freeze for FixtureCase
impl !RefUnwindSafe for FixtureCase
impl Send for FixtureCase
impl Sync for FixtureCase
impl Unpin for FixtureCase
impl UnsafeUnpin for FixtureCase
impl !UnwindSafe for FixtureCase
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