pub struct TestSuiteResult {
pub stats: TestStats,
pub results: Vec<TestResult>,
pub success: bool,
}Fields§
§stats: TestStats§results: Vec<TestResult>§success: boolTrait Implementations§
Source§impl Debug for TestSuiteResult
impl Debug for TestSuiteResult
Auto Trait Implementations§
impl Freeze for TestSuiteResult
impl RefUnwindSafe for TestSuiteResult
impl Send for TestSuiteResult
impl Sync for TestSuiteResult
impl Unpin for TestSuiteResult
impl UnwindSafe for TestSuiteResult
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