pub struct SummaryOptions {
pub slow_n: usize,
pub hide_skipped: bool,
pub max_failed: usize,
pub max_skipped: usize,
}Fields§
§slow_n: usize§hide_skipped: bool§max_failed: usize§max_skipped: usizeTrait Implementations§
Source§impl Clone for SummaryOptions
impl Clone for SummaryOptions
Source§fn clone(&self) -> SummaryOptions
fn clone(&self) -> SummaryOptions
Returns a duplicate 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 SummaryOptions
impl Debug for SummaryOptions
Auto Trait Implementations§
impl Freeze for SummaryOptions
impl RefUnwindSafe for SummaryOptions
impl Send for SummaryOptions
impl Sync for SummaryOptions
impl Unpin for SummaryOptions
impl UnsafeUnpin for SummaryOptions
impl UnwindSafe for SummaryOptions
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