Enum wasmer_edge_cli::util::prompts::PackageCheckMode
source · pub enum PackageCheckMode {
MustExist,
MustNotExist,
}
Expand description
Defines how to check for a package.
Variants§
MustExist
The package must exist in the registry.
MustNotExist
The package must NOT exist in the registry.
Auto Trait Implementations§
impl RefUnwindSafe for PackageCheckMode
impl Send for PackageCheckMode
impl Sync for PackageCheckMode
impl Unpin for PackageCheckMode
impl UnwindSafe for PackageCheckMode
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