Struct test::test::TestExecTime [−][src]
pub struct TestExecTime(pub Duration);
🔬 This is a nightly-only experimental API. (
test
)The measured execution time of a unit test.
Trait Implementations
impl Clone for TestExecTime
[src]
impl Clone for TestExecTime
[src]fn clone(&self) -> TestExecTime
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<TestExecTime> for TestExecTime
[src]
impl PartialEq<TestExecTime> for TestExecTime
[src]