Struct test::time::TestSuiteExecTime
source · pub struct TestSuiteExecTime(pub Duration);
🔬This is a nightly-only experimental API. (
test
)Expand description
The measured execution time of the whole test suite.
Tuple Fields§
§0: Duration
🔬This is a nightly-only experimental API. (
test
)Trait Implementations§
source§impl Clone for TestSuiteExecTime
impl Clone for TestSuiteExecTime
source§fn clone(&self) -> TestSuiteExecTime
fn clone(&self) -> TestSuiteExecTime
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TestSuiteExecTime
impl Debug for TestSuiteExecTime
source§impl Default for TestSuiteExecTime
impl Default for TestSuiteExecTime
source§fn default() -> TestSuiteExecTime
fn default() -> TestSuiteExecTime
Returns the “default value” for a type. Read more
source§impl Display for TestSuiteExecTime
impl Display for TestSuiteExecTime
source§impl PartialEq<TestSuiteExecTime> for TestSuiteExecTime
impl PartialEq<TestSuiteExecTime> for TestSuiteExecTime
source§fn eq(&self, other: &TestSuiteExecTime) -> bool
fn eq(&self, other: &TestSuiteExecTime) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TestSuiteExecTime
Auto Trait Implementations§
impl RefUnwindSafe for TestSuiteExecTime
impl Send for TestSuiteExecTime
impl Sync for TestSuiteExecTime
impl Unpin for TestSuiteExecTime
impl UnwindSafe for TestSuiteExecTime
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more