pub enum InstallMethod {
Cargo,
Homebrew,
Script,
}Expand description
How envvault was installed.
Variants§
Trait Implementations§
Source§impl Debug for InstallMethod
impl Debug for InstallMethod
Source§impl PartialEq for InstallMethod
impl PartialEq for InstallMethod
impl StructuralPartialEq for InstallMethod
Auto Trait Implementations§
impl Freeze for InstallMethod
impl RefUnwindSafe for InstallMethod
impl Send for InstallMethod
impl Sync for InstallMethod
impl Unpin for InstallMethod
impl UnsafeUnpin for InstallMethod
impl UnwindSafe for InstallMethod
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