[][src]Struct graph_rs_types::entitytypes::DeviceEnrollmentPlatformRestrictionsConfiguration

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: DeviceEnrollmentPlatformRestrictionwindows_restriction: DeviceEnrollmentPlatformRestrictionwindows_mobile_restriction: DeviceEnrollmentPlatformRestrictionandroid_restriction: DeviceEnrollmentPlatformRestrictionmac_o_s_restriction: DeviceEnrollmentPlatformRestriction

Trait Implementations

impl Eq for DeviceEnrollmentPlatformRestrictionsConfiguration[src]

impl Clone for DeviceEnrollmentPlatformRestrictionsConfiguration[src]

impl PartialEq<DeviceEnrollmentPlatformRestrictionsConfiguration> for DeviceEnrollmentPlatformRestrictionsConfiguration[src]

impl Debug for DeviceEnrollmentPlatformRestrictionsConfiguration[src]

impl Serialize for DeviceEnrollmentPlatformRestrictionsConfiguration[src]

impl<'de> Deserialize<'de> for DeviceEnrollmentPlatformRestrictionsConfiguration[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]