pub struct TestConfig<'a> {
pub output: OutputDest<'a>,
pub colored: bool,
}Expand description
A test configuration type that determines what features will be enabled on the tests.
Fields§
§output: OutputDest<'a>§colored: boolImplementations§
Source§impl<'a> TestConfig<'a>
impl<'a> TestConfig<'a>
Trait Implementations§
Source§impl<'a> Debug for TestConfig<'a>
impl<'a> Debug for TestConfig<'a>
Auto Trait Implementations§
impl<'a> Freeze for TestConfig<'a>
impl<'a> RefUnwindSafe for TestConfig<'a>
impl<'a> Send for TestConfig<'a>
impl<'a> Sync for TestConfig<'a>
impl<'a> Unpin for TestConfig<'a>
impl<'a> !UnwindSafe for TestConfig<'a>
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