pub enum FixupMode {
Preview,
Apply,
}Expand description
Fixup execution mode
Determines whether fixup changes are previewed or applied to files.
Variants§
Preview
Preview mode - show what would change without applying
Apply
Apply mode - actually apply changes to files
Implementations§
Trait Implementations§
impl Copy for FixupMode
impl Eq for FixupMode
impl StructuralPartialEq for FixupMode
Auto Trait Implementations§
impl Freeze for FixupMode
impl RefUnwindSafe for FixupMode
impl Send for FixupMode
impl Sync for FixupMode
impl Unpin for FixupMode
impl UnsafeUnpin for FixupMode
impl UnwindSafe for FixupMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.