pub struct TestRunner { /* private fields */ }Trait Implementations§
Source§impl From<Executable> for TestRunner
impl From<Executable> for TestRunner
Source§fn from(executable: Executable) -> Self
fn from(executable: Executable) -> Self
Converts to this type from the input type.
Source§impl TestRunner for TestRunner
impl TestRunner for TestRunner
fn run(&self, _opt: &TestRunnerOpt) -> Result<TestResult, Error>
fn list(&self, _opt: &TestRunnerOpt) -> Result<AvailableTests, Error>
Auto Trait Implementations§
impl Freeze for TestRunner
impl RefUnwindSafe for TestRunner
impl Send for TestRunner
impl Sync for TestRunner
impl Unpin for TestRunner
impl UnwindSafe for TestRunner
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