pub enum FmtMode {
Check,
Write,
}Expand description
The formatting mode for the CLI.
Check— report files that need formatting without modifying them.Write— format files in-place.
Variants§
Auto Trait Implementations§
impl Freeze for FmtMode
impl RefUnwindSafe for FmtMode
impl Send for FmtMode
impl Sync for FmtMode
impl Unpin for FmtMode
impl UnsafeUnpin for FmtMode
impl UnwindSafe for FmtMode
Blanket Implementations§
impl<T> AnySend for T
impl<T> AnySendSync for T
impl<T> AnySync for T
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