pub struct UnitTest<'a> {
pub test: &'a TestCase,
/* private fields */
}Fields§
§test: &'a TestCaseImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for UnitTest<'a>
impl<'a> Send for UnitTest<'a>
impl<'a> Sync for UnitTest<'a>
impl<'a> Unpin for UnitTest<'a>
impl<'a> UnwindSafe for UnitTest<'a>
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