Enum ic_kit::interfaces::management::InstallMode
source · [−]pub enum InstallMode {
Install,
Reinstall,
Upgrade,
}Variants
Install
Reinstall
Upgrade
Trait Implementations
sourceimpl CandidType for InstallMode
impl CandidType for InstallMode
sourceimpl Clone for InstallMode
impl Clone for InstallMode
sourcefn clone(&self) -> InstallMode
fn clone(&self) -> InstallMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for InstallMode
impl Debug for InstallMode
sourceimpl<'de> Deserialize<'de> for InstallMode
impl<'de> Deserialize<'de> for InstallMode
sourcefn 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
sourceimpl PartialEq<InstallMode> for InstallMode
impl PartialEq<InstallMode> for InstallMode
sourceimpl PartialOrd<InstallMode> for InstallMode
impl PartialOrd<InstallMode> for InstallMode
sourcefn partial_cmp(&self, other: &InstallMode) -> Option<Ordering>
fn partial_cmp(&self, other: &InstallMode) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl StructuralPartialEq for InstallMode
Auto Trait Implementations
impl RefUnwindSafe for InstallMode
impl Send for InstallMode
impl Sync for InstallMode
impl Unpin for InstallMode
impl UnwindSafe for InstallMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more