pub struct Test<'i> {
pub cases: Vec<TestCase<'i>>,
pub span: Span,
}
Fields§
§cases: Vec<TestCase<'i>>
§span: Span
Trait Implementations§
Auto Trait Implementations§
impl<'i> Freeze for Test<'i>
impl<'i> RefUnwindSafe for Test<'i>
impl<'i> Send for Test<'i>
impl<'i> Sync for Test<'i>
impl<'i> Unpin for Test<'i>
impl<'i> UnwindSafe for Test<'i>
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