pub(super) enum NativeExeInstallMetadata {
QuietOnly(String),
QuietAndStandard {
quiet_uninstall_command: String,
uninstall_command: String,
},
StandardOnly(String),
}Variants§
Auto Trait Implementations§
impl Freeze for NativeExeInstallMetadata
impl RefUnwindSafe for NativeExeInstallMetadata
impl Send for NativeExeInstallMetadata
impl Sync for NativeExeInstallMetadata
impl Unpin for NativeExeInstallMetadata
impl UnwindSafe for NativeExeInstallMetadata
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