pub enum TestRunnerFeature {
Run,
List,
}
Variants§
Trait Implementations§
Source§impl Debug for TestRunnerFeature
impl Debug for TestRunnerFeature
Auto Trait Implementations§
impl Freeze for TestRunnerFeature
impl RefUnwindSafe for TestRunnerFeature
impl Send for TestRunnerFeature
impl Sync for TestRunnerFeature
impl Unpin for TestRunnerFeature
impl UnwindSafe for TestRunnerFeature
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