[][src]Struct graph_rs_types::entitytypes::IosManagedAppProtection

pub struct IosManagedAppProtection {
    pub app_data_encryption_type: ManagedAppDataEncryptionType,
    pub minimum_required_sdk_version: String,
    pub deployed_app_count: i32,
    pub face_id_blocked: bool,
    pub apps: Vec<ManagedMobileApp>,
    pub deployment_summary: ManagedAppPolicyDeploymentSummary,
}

Fields

app_data_encryption_type: ManagedAppDataEncryptionTypeminimum_required_sdk_version: Stringdeployed_app_count: i32face_id_blocked: boolapps: Vec<ManagedMobileApp>deployment_summary: ManagedAppPolicyDeploymentSummary

Trait Implementations

impl Eq for IosManagedAppProtection[src]

impl Clone for IosManagedAppProtection[src]

impl PartialEq<IosManagedAppProtection> for IosManagedAppProtection[src]

impl Debug for IosManagedAppProtection[src]

impl Serialize for IosManagedAppProtection[src]

impl<'de> Deserialize<'de> for IosManagedAppProtection[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]