pub struct UninstallOptions {
pub keep_data: bool,
pub shared: bool,
}Expand description
Application uninstall options
Fields§
§keep_data: boolKeep the data and cache directories
Remove shared bundle
Implementations§
Trait Implementations§
Source§impl Clone for UninstallOptions
impl Clone for UninstallOptions
Source§fn clone(&self) -> UninstallOptions
fn clone(&self) -> UninstallOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UninstallOptions
impl Debug for UninstallOptions
Source§impl Default for UninstallOptions
impl Default for UninstallOptions
Source§fn default() -> UninstallOptions
fn default() -> UninstallOptions
Returns the “default value” for a type. Read more
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