pub enum PolicyPlatformType {
All,
AndroidWorkProfile,
Windows10AndLater,
Windows81AndLater,
WindowsPhone81,
MacOS,
IOS,
Android,
}
Variants§
Trait Implementations§
Source§impl Clone for PolicyPlatformType
impl Clone for PolicyPlatformType
Source§fn clone(&self) -> PolicyPlatformType
fn clone(&self) -> PolicyPlatformType
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 PolicyPlatformType
impl Debug for PolicyPlatformType
Source§impl<'de> Deserialize<'de> for PolicyPlatformType
impl<'de> Deserialize<'de> for PolicyPlatformType
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 PolicyPlatformType
impl Hash for PolicyPlatformType
Source§impl Ord for PolicyPlatformType
impl Ord for PolicyPlatformType
Source§fn cmp(&self, other: &PolicyPlatformType) -> Ordering
fn cmp(&self, other: &PolicyPlatformType) -> 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 PolicyPlatformType
impl PartialEq for PolicyPlatformType
Source§impl PartialOrd for PolicyPlatformType
impl PartialOrd for PolicyPlatformType
Source§impl Serialize for PolicyPlatformType
impl Serialize for PolicyPlatformType
impl Eq for PolicyPlatformType
impl StructuralPartialEq for PolicyPlatformType
Auto Trait Implementations§
impl Freeze for PolicyPlatformType
impl RefUnwindSafe for PolicyPlatformType
impl Send for PolicyPlatformType
impl Sync for PolicyPlatformType
impl Unpin for PolicyPlatformType
impl UnwindSafe for PolicyPlatformType
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