pub struct Tests<T> {
pub cases: Vec<Test<T>>,
}Fields§
§cases: Vec<Test<T>>Implementations§
Auto Trait Implementations§
impl<T> Freeze for Tests<T>
impl<T> RefUnwindSafe for Tests<T>where
T: RefUnwindSafe,
impl<T> Send for Tests<T>where
T: Send,
impl<T> Sync for Tests<T>where
T: Sync,
impl<T> Unpin for Tests<T>where
T: Unpin,
impl<T> UnwindSafe for Tests<T>where
T: UnwindSafe,
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