Struct test::console::ConsoleTestDiscoveryState
source · pub struct ConsoleTestDiscoveryState {
pub log_out: Option<File>,
pub tests: usize,
pub benchmarks: usize,
pub ignored: usize,
pub options: Options,
}🔬This is a nightly-only experimental API. (
test)Fields§
§log_out: Option<File>🔬This is a nightly-only experimental API. (
§test)tests: usize🔬This is a nightly-only experimental API. (
§test)benchmarks: usize🔬This is a nightly-only experimental API. (
§test)ignored: usize🔬This is a nightly-only experimental API. (
§test)options: Options🔬This is a nightly-only experimental API. (
test)Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ConsoleTestDiscoveryState
impl Send for ConsoleTestDiscoveryState
impl Sync for ConsoleTestDiscoveryState
impl Unpin for ConsoleTestDiscoveryState
impl UnwindSafe for ConsoleTestDiscoveryState
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