pub enum Action {
RemoveFile,
ReplaceLine,
Manual,
}Expand description
What the cleanup does with one leftover.
Variants§
RemoveFile
Delete the file: it exists only for the predecessor mechanism.
ReplaceLine
Rewrite .envrc: the invocation lines go, the sync line takes
the first one’s place.
Manual
Remove nothing; the report names the file, the line, and the reason.
Trait Implementations§
impl Copy for Action
impl Eq for Action
impl StructuralPartialEq for Action
Auto Trait Implementations§
impl Freeze for Action
impl RefUnwindSafe for Action
impl Send for Action
impl Sync for Action
impl Unpin for Action
impl UnsafeUnpin for Action
impl UnwindSafe for Action
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