pub enum DeviceComplianceActionType {
PushNotification,
RemoveResourceAccessProfiles,
Wipe,
Retire,
Block,
Notification,
NoAction,
}Variants§
Trait Implementations§
Source§impl Clone for DeviceComplianceActionType
impl Clone for DeviceComplianceActionType
Source§fn clone(&self) -> DeviceComplianceActionType
fn clone(&self) -> DeviceComplianceActionType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeviceComplianceActionType
impl Debug for DeviceComplianceActionType
Source§impl<'de> Deserialize<'de> for DeviceComplianceActionType
impl<'de> Deserialize<'de> for DeviceComplianceActionType
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
impl Eq for DeviceComplianceActionType
Source§impl Hash for DeviceComplianceActionType
impl Hash for DeviceComplianceActionType
Source§impl Ord for DeviceComplianceActionType
impl Ord for DeviceComplianceActionType
Source§fn cmp(&self, other: &DeviceComplianceActionType) -> Ordering
fn cmp(&self, other: &DeviceComplianceActionType) -> Ordering
1.21.0 (const: unstable) · 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 DeviceComplianceActionType
impl PartialEq for DeviceComplianceActionType
Source§fn eq(&self, other: &DeviceComplianceActionType) -> bool
fn eq(&self, other: &DeviceComplianceActionType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DeviceComplianceActionType
impl PartialOrd for DeviceComplianceActionType
impl StructuralPartialEq for DeviceComplianceActionType
Auto Trait Implementations§
impl Freeze for DeviceComplianceActionType
impl RefUnwindSafe for DeviceComplianceActionType
impl Send for DeviceComplianceActionType
impl Sync for DeviceComplianceActionType
impl Unpin for DeviceComplianceActionType
impl UnsafeUnpin for DeviceComplianceActionType
impl UnwindSafe for DeviceComplianceActionType
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