pub struct DeviceEnrollmentPlatformRestrictionsConfiguration {
pub ios_restriction: DeviceEnrollmentPlatformRestriction,
pub windows_restriction: DeviceEnrollmentPlatformRestriction,
pub windows_mobile_restriction: DeviceEnrollmentPlatformRestriction,
pub android_restriction: DeviceEnrollmentPlatformRestriction,
pub mac_o_s_restriction: DeviceEnrollmentPlatformRestriction,
}
Fields§
§ios_restriction: DeviceEnrollmentPlatformRestriction
§windows_restriction: DeviceEnrollmentPlatformRestriction
§windows_mobile_restriction: DeviceEnrollmentPlatformRestriction
§android_restriction: DeviceEnrollmentPlatformRestriction
§mac_o_s_restriction: DeviceEnrollmentPlatformRestriction
Trait Implementations§
Source§impl Clone for DeviceEnrollmentPlatformRestrictionsConfiguration
impl Clone for DeviceEnrollmentPlatformRestrictionsConfiguration
Source§fn clone(&self) -> DeviceEnrollmentPlatformRestrictionsConfiguration
fn clone(&self) -> DeviceEnrollmentPlatformRestrictionsConfiguration
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<'de> Deserialize<'de> for DeviceEnrollmentPlatformRestrictionsConfiguration
impl<'de> Deserialize<'de> for DeviceEnrollmentPlatformRestrictionsConfiguration
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 PartialEq for DeviceEnrollmentPlatformRestrictionsConfiguration
impl PartialEq for DeviceEnrollmentPlatformRestrictionsConfiguration
Source§fn eq(&self, other: &DeviceEnrollmentPlatformRestrictionsConfiguration) -> bool
fn eq(&self, other: &DeviceEnrollmentPlatformRestrictionsConfiguration) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for DeviceEnrollmentPlatformRestrictionsConfiguration
impl StructuralPartialEq for DeviceEnrollmentPlatformRestrictionsConfiguration
Auto Trait Implementations§
impl Freeze for DeviceEnrollmentPlatformRestrictionsConfiguration
impl RefUnwindSafe for DeviceEnrollmentPlatformRestrictionsConfiguration
impl Send for DeviceEnrollmentPlatformRestrictionsConfiguration
impl Sync for DeviceEnrollmentPlatformRestrictionsConfiguration
impl Unpin for DeviceEnrollmentPlatformRestrictionsConfiguration
impl UnwindSafe for DeviceEnrollmentPlatformRestrictionsConfiguration
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