pub enum InstallMode {
Install,
Reinstall,
Upgrade,
}Variants§
Trait Implementations§
Source§impl CandidType for InstallMode
impl CandidType for InstallMode
Source§impl Clone for InstallMode
impl Clone for InstallMode
Source§fn clone(&self) -> InstallMode
fn clone(&self) -> InstallMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InstallMode
impl Debug for InstallMode
Source§impl<'de> Deserialize<'de> for InstallMode
impl<'de> Deserialize<'de> for InstallMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for InstallMode
impl PartialEq for InstallMode
Source§impl PartialOrd for InstallMode
impl PartialOrd for InstallMode
impl StructuralPartialEq for InstallMode
Auto Trait Implementations§
impl Freeze for InstallMode
impl RefUnwindSafe for InstallMode
impl Send for InstallMode
impl Sync for InstallMode
impl Unpin for InstallMode
impl UnwindSafe for InstallMode
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