pub struct UninstallArg {
pub release: String,
pub namespace: Option<String>,
pub ignore_not_found: bool,
pub dry_run: bool,
pub timeout: Option<String>,
}Expand description
Uninstaller Argument
Fields§
§release: String§namespace: Option<String>§ignore_not_found: bool§dry_run: bool§timeout: Option<String>Implementations§
Trait Implementations§
Source§impl Debug for UninstallArg
impl Debug for UninstallArg
Source§impl From<UninstallArg> for Command
impl From<UninstallArg> for Command
Source§fn from(arg: UninstallArg) -> Self
fn from(arg: UninstallArg) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UninstallArg
impl RefUnwindSafe for UninstallArg
impl Send for UninstallArg
impl Sync for UninstallArg
impl Unpin for UninstallArg
impl UnwindSafe for UninstallArg
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