pub enum Installer {
Shell,
Powershell,
Homebrew,
Msi,
Npm,
}Expand description
An installer flavor a Distribution emits. homebrew requires a
Distribution::homebrew_tap (floor).
Variants§
Shell
Wire value shell.
Powershell
Wire value powershell.
Homebrew
Wire value homebrew.
Msi
Wire value msi.
Npm
Wire value npm.
Implementations§
Trait Implementations§
impl Copy for Installer
impl Eq for Installer
impl StructuralPartialEq for Installer
Auto Trait Implementations§
impl Freeze for Installer
impl RefUnwindSafe for Installer
impl Send for Installer
impl Sync for Installer
impl Unpin for Installer
impl UnsafeUnpin for Installer
impl UnwindSafe for Installer
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.