Struct dprint_development::RunSpecsOptions
source · [−]Fields
fix_failures: bool
Set to true to overwrite the failing tests with the actual result.
format_twice: bool
Auto Trait Implementations
impl RefUnwindSafe for RunSpecsOptions
impl Send for RunSpecsOptions
impl Sync for RunSpecsOptions
impl Unpin for RunSpecsOptions
impl UnwindSafe for RunSpecsOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more