pub struct Harness<State: HarnessState> { /* private fields */ }
Implementations§
Source§impl Harness<StateInitial>
impl Harness<StateInitial>
Source§impl Harness<StateParsed>
impl Harness<StateParsed>
pub fn discover( self, cases: impl IntoIterator<Item = impl Case + 'static>, ) -> Result<Harness<StateDiscovered>>
Trait Implementations§
Auto Trait Implementations§
impl<State> Freeze for Harness<State>where
State: Freeze,
impl<State> RefUnwindSafe for Harness<State>where
State: RefUnwindSafe,
impl<State> Send for Harness<State>where
State: Send,
impl<State> Sync for Harness<State>where
State: Sync,
impl<State> Unpin for Harness<State>where
State: Unpin,
impl<State> UnwindSafe for Harness<State>where
State: 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