Enum test::test::Concurrent [−][src]
pub enum Concurrent {
Yes,
No,
}
🔬 This is a nightly-only experimental API. (
test
)Expand description
Whether to execute tests concurrently or not
Variants
🔬 This is a nightly-only experimental API. (
test
)🔬 This is a nightly-only experimental API. (
test
)Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Concurrent
impl Send for Concurrent
impl Sync for Concurrent
impl Unpin for Concurrent
impl UnwindSafe for Concurrent
Blanket Implementations
Mutably borrows from an owned value. Read more