pub enum InstallIntent {
AvailableWithoutEnrollment,
Uninstall,
Required,
Available,
}
Variants§
Trait Implementations§
Source§impl Clone for InstallIntent
impl Clone for InstallIntent
Source§fn clone(&self) -> InstallIntent
fn clone(&self) -> InstallIntent
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 InstallIntent
impl Debug for InstallIntent
Source§impl<'de> Deserialize<'de> for InstallIntent
impl<'de> Deserialize<'de> for InstallIntent
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 Hash for InstallIntent
impl Hash for InstallIntent
Source§impl Ord for InstallIntent
impl Ord for InstallIntent
Source§fn cmp(&self, other: &InstallIntent) -> Ordering
fn cmp(&self, other: &InstallIntent) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InstallIntent
impl PartialEq for InstallIntent
Source§impl PartialOrd for InstallIntent
impl PartialOrd for InstallIntent
Source§impl Serialize for InstallIntent
impl Serialize for InstallIntent
impl Eq for InstallIntent
impl StructuralPartialEq for InstallIntent
Auto Trait Implementations§
impl Freeze for InstallIntent
impl RefUnwindSafe for InstallIntent
impl Send for InstallIntent
impl Sync for InstallIntent
impl Unpin for InstallIntent
impl UnwindSafe for InstallIntent
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