Struct dprint_development::RunSpecsOptions
source · pub struct RunSpecsOptions {
pub fix_failures: bool,
pub format_twice: bool,
}
Fields§
§fix_failures: bool
Set to true to overwrite the failing tests with the actual result.
format_twice: bool
Trait Implementations§
source§impl Clone for RunSpecsOptions
impl Clone for RunSpecsOptions
source§fn clone(&self) -> RunSpecsOptions
fn clone(&self) -> RunSpecsOptions
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 moreAuto Trait Implementations§
impl Freeze for RunSpecsOptions
impl RefUnwindSafe for RunSpecsOptions
impl Send for RunSpecsOptions
impl Sync for RunSpecsOptions
impl Unpin for RunSpecsOptions
impl UnwindSafe for RunSpecsOptions
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