pub struct TestReport {
pub exit_code: i32,
pub canonical_events: usize,
pub non_canonical_lines: usize,
pub stderr_lines: usize,
pub wall_millis: u64,
pub passed: bool,
}Fields§
§exit_code: i32§canonical_events: usize§non_canonical_lines: usize§stderr_lines: usize§wall_millis: u64§passed: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for TestReport
impl RefUnwindSafe for TestReport
impl Send for TestReport
impl Sync for TestReport
impl Unpin for TestReport
impl UnsafeUnpin for TestReport
impl UnwindSafe for TestReport
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