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: ManagedAppDataEncryptionType
§minimum_required_sdk_version: String
§deployed_app_count: i32
§face_id_blocked: bool
§apps: Vec<ManagedMobileApp>
§deployment_summary: ManagedAppPolicyDeploymentSummary
Trait Implementations§
Source§impl Clone for IosManagedAppProtection
impl Clone for IosManagedAppProtection
Source§fn clone(&self) -> IosManagedAppProtection
fn clone(&self) -> IosManagedAppProtection
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 IosManagedAppProtection
impl Debug for IosManagedAppProtection
Source§impl<'de> Deserialize<'de> for IosManagedAppProtection
impl<'de> Deserialize<'de> for IosManagedAppProtection
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 IosManagedAppProtection
impl PartialEq for IosManagedAppProtection
Source§impl Serialize for IosManagedAppProtection
impl Serialize for IosManagedAppProtection
impl Eq for IosManagedAppProtection
impl StructuralPartialEq for IosManagedAppProtection
Auto Trait Implementations§
impl Freeze for IosManagedAppProtection
impl RefUnwindSafe for IosManagedAppProtection
impl Send for IosManagedAppProtection
impl Sync for IosManagedAppProtection
impl Unpin for IosManagedAppProtection
impl UnwindSafe for IosManagedAppProtection
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