pub struct TestCase<H> { /* private fields */ }
Expand description
A singular test case
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<H> Freeze for TestCase<H>
impl<H> !RefUnwindSafe for TestCase<H>
impl<H> !Send for TestCase<H>
impl<H> !Sync for TestCase<H>
impl<H> Unpin for TestCase<H>
impl<H> !UnwindSafe for TestCase<H>
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