pub struct RunSummaryTasks {
pub passed: usize,
pub failed: usize,
pub total: usize,
}Fields§
§passed: usize§failed: usize§total: usizeTrait Implementations§
Source§impl Clone for RunSummaryTasks
impl Clone for RunSummaryTasks
Source§fn clone(&self) -> RunSummaryTasks
fn clone(&self) -> RunSummaryTasks
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RunSummaryTasks
impl RefUnwindSafe for RunSummaryTasks
impl Send for RunSummaryTasks
impl Sync for RunSummaryTasks
impl Unpin for RunSummaryTasks
impl UnsafeUnpin for RunSummaryTasks
impl UnwindSafe for RunSummaryTasks
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