pub struct UninstallOptions {
pub yes: bool,
pub keep_data: bool,
pub dry_run: bool,
}Expand description
Options for the uninstall command
Fields§
§yes: boolSkip all confirmation prompts (auto-delete data)
keep_data: boolKeep mi6 data (database, config, themes)
dry_run: boolShow what would happen without actually doing it
Auto Trait Implementations§
impl Freeze for UninstallOptions
impl RefUnwindSafe for UninstallOptions
impl Send for UninstallOptions
impl Sync for UninstallOptions
impl Unpin for UninstallOptions
impl UnwindSafe for UninstallOptions
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