pub struct FixOptions<'a> {
pub edition: bool,
pub prepare_for: Option<&'a str>,
pub idioms: bool,
pub compile_opts: CompileOptions,
pub allow_dirty: bool,
pub allow_no_vcs: bool,
pub allow_staged: bool,
pub broken_code: bool,
}Fields§
§edition: bool§prepare_for: Option<&'a str>§idioms: bool§compile_opts: CompileOptions§allow_dirty: bool§allow_no_vcs: bool§allow_staged: bool§broken_code: boolAuto Trait Implementations§
impl<'a> !Freeze for FixOptions<'a>
impl<'a> !RefUnwindSafe for FixOptions<'a>
impl<'a> Send for FixOptions<'a>
impl<'a> !Sync for FixOptions<'a>
impl<'a> Unpin for FixOptions<'a>
impl<'a> UnsafeUnpin for FixOptions<'a>
impl<'a> UnwindSafe for FixOptions<'a>
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