pub enum TestRunner {
Cargo,
Nextest,
}
Expand description
Defines the test runner to use for running tests
Variants§
Trait Implementations§
Source§impl Clone for TestRunner
impl Clone for TestRunner
Source§fn clone(&self) -> TestRunner
fn clone(&self) -> TestRunner
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TestRunner
impl Debug for TestRunner
Source§impl Default for TestRunner
impl Default for TestRunner
Source§fn default() -> TestRunner
fn default() -> TestRunner
Returns the “default value” for a type. Read more
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