Enum test::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 RunIgnoredimpl Send for RunIgnoredimpl Sync for RunIgnoredimpl Unpin for RunIgnoredimpl UnwindSafe for RunIgnoredBlanket Implementations
Mutably borrows from an owned value. Read more