pub struct DisableOptions {
pub frameworks: Vec<String>,
pub local: bool,
pub settings_local: bool,
pub print: bool,
}Expand description
Options for the disable command
Fields§
§frameworks: Vec<String>Frameworks to disable (empty = all that have mi6 enabled)
local: boolRemove from project config instead of global
settings_local: boolRemove from project local config
print: boolPrint what would be removed without modifying files
Auto Trait Implementations§
impl Freeze for DisableOptions
impl RefUnwindSafe for DisableOptions
impl Send for DisableOptions
impl Sync for DisableOptions
impl Unpin for DisableOptions
impl UnwindSafe for DisableOptions
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