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.
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 TestExecTimeimpl Send for TestExecTimeimpl Sync for TestExecTimeimpl Unpin for TestExecTimeimpl UnwindSafe for TestExecTimeBlanket Implementations
Mutably borrows from an owned value. Read more