pub enum DeviceManagementExchangeAccessState {
Quarantined,
Blocked,
Allowed,
Unknown,
None,
}Variants§
Trait Implementations§
Source§impl Clone for DeviceManagementExchangeAccessState
impl Clone for DeviceManagementExchangeAccessState
Source§fn clone(&self) -> DeviceManagementExchangeAccessState
fn clone(&self) -> DeviceManagementExchangeAccessState
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<'de> Deserialize<'de> for DeviceManagementExchangeAccessState
impl<'de> Deserialize<'de> for DeviceManagementExchangeAccessState
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 DeviceManagementExchangeAccessState
Source§impl Ord for DeviceManagementExchangeAccessState
impl Ord for DeviceManagementExchangeAccessState
Source§fn cmp(&self, other: &DeviceManagementExchangeAccessState) -> Ordering
fn cmp(&self, other: &DeviceManagementExchangeAccessState) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for DeviceManagementExchangeAccessState
impl PartialOrd for DeviceManagementExchangeAccessState
impl StructuralPartialEq for DeviceManagementExchangeAccessState
Auto Trait Implementations§
impl Freeze for DeviceManagementExchangeAccessState
impl RefUnwindSafe for DeviceManagementExchangeAccessState
impl Send for DeviceManagementExchangeAccessState
impl Sync for DeviceManagementExchangeAccessState
impl Unpin for DeviceManagementExchangeAccessState
impl UnsafeUnpin for DeviceManagementExchangeAccessState
impl UnwindSafe for DeviceManagementExchangeAccessState
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