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