Enum test::TestResult [−][src]
pub enum TestResult { TrOk, TrFailed, TrFailedMsg(String), TrIgnored, TrAllowedFail, TrBench(BenchSamples), }
🔬 This is a nightly-only experimental API. (
test
)Variants
TrOk
🔬 This is a nightly-only experimental API. (
test
)TrFailed
🔬 This is a nightly-only experimental API. (
test
)TrFailedMsg(String)
🔬 This is a nightly-only experimental API. (
test
)TrIgnored
🔬 This is a nightly-only experimental API. (
test
)TrAllowedFail
🔬 This is a nightly-only experimental API. (
test
)TrBench(BenchSamples)
🔬 This is a nightly-only experimental API. (
test
)Trait Implementations
impl Clone for TestResult
[src]
impl Clone for TestResult
fn clone(&self) -> TestResult
[src]
fn clone(&self) -> TestResult
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for TestResult
[src]
impl PartialEq for TestResult
fn eq(&self, other: &TestResult) -> bool
[src]
fn eq(&self, other: &TestResult) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &TestResult) -> bool
[src]
fn ne(&self, other: &TestResult) -> bool
This method tests for !=
.
impl Send for TestResult
[src]
impl Send for TestResult
Auto Trait Implementations
impl Sync for TestResult
impl Sync for TestResult