pub struct Test<In, Out> { /* private fields */ }
Expand description
Defines the test data structure used by the builder, to store internally the registered tests.
Trait Implementations§
Auto Trait Implementations§
impl<In, Out> Freeze for Test<In, Out>
impl<In, Out> RefUnwindSafe for Test<In, Out>where
Out: RefUnwindSafe,
In: RefUnwindSafe,
impl<In, Out> Send for Test<In, Out>
impl<In, Out> Sync for Test<In, Out>
impl<In, Out> Unpin for Test<In, Out>
impl<In, Out> UnwindSafe for Test<In, Out>where
Out: UnwindSafe,
In: 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