Struct test::test::TestExecTime [−][src]
pub struct TestExecTime(pub Duration);
🔬 This is a nightly-only experimental API. (
test
)Expand description
The measured execution time of a unit test.
Tuple Fields
0: Duration
🔬 This is a nightly-only experimental API. (
test
)Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TestExecTime
impl Send for TestExecTime
impl Sync for TestExecTime
impl Unpin for TestExecTime
impl UnwindSafe for TestExecTime
Blanket Implementations
Mutably borrows from an owned value. Read more