Enum test::test::TestResult [−][src]
pub enum TestResult {
TrOk,
TrFailed,
TrFailedMsg(String),
TrIgnored,
TrAllowedFail,
TrBench(BenchSamples),
TrTimedFail,
}🔬 This is a nightly-only experimental API. (
test)Variants
🔬 This is a nightly-only experimental API. (
test)🔬 This is a nightly-only experimental API. (
test)TrFailedMsg(String)🔬 This is a nightly-only experimental API. (
test)🔬 This is a nightly-only experimental API. (
test)🔬 This is a nightly-only experimental API. (
test)TrBench(BenchSamples)🔬 This is a nightly-only experimental API. (
test)🔬 This is a nightly-only experimental API. (
test)Trait Implementations
impl Clone for TestResult[src]
impl Clone for TestResult[src]fn clone(&self) -> TestResult[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<TestResult> for TestResult[src]
impl PartialEq<TestResult> for TestResult[src]fn eq(&self, other: &TestResult) -> bool[src]
fn ne(&self, other: &TestResult) -> bool[src]
impl StructuralPartialEq for TestResult[src]
impl StructuralPartialEq for TestResult[src]Auto Trait Implementations
impl RefUnwindSafe for TestResult
impl RefUnwindSafe for TestResultimpl Send for TestResult
impl Send for TestResultimpl Sync for TestResult
impl Sync for TestResultimpl Unpin for TestResult
impl Unpin for TestResultimpl UnwindSafe for TestResult
impl UnwindSafe for TestResult