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]fn eq(&self, other: &TestExecTime) -> bool[src]
fn ne(&self, other: &TestExecTime) -> bool[src]
impl StructuralPartialEq for TestExecTime[src]
impl StructuralPartialEq for TestExecTime[src]Auto Trait Implementations
impl RefUnwindSafe for TestExecTime
impl RefUnwindSafe for TestExecTimeimpl Send for TestExecTime
impl Send for TestExecTimeimpl Sync for TestExecTime
impl Sync for TestExecTimeimpl Unpin for TestExecTime
impl Unpin for TestExecTimeimpl UnwindSafe for TestExecTime
impl UnwindSafe for TestExecTime