pub struct ManagedAppRegistration {Show 15 fields
pub created_date_time: String,
pub last_sync_date_time: String,
pub application_version: String,
pub management_sdk_version: String,
pub platform_version: String,
pub device_type: String,
pub device_tag: String,
pub device_name: String,
pub flagged_reasons: Vec<ManagedAppFlaggedReason>,
pub user_id: String,
pub app_identifier: MobileAppIdentifier,
pub version: String,
pub applied_policies: Vec<ManagedAppPolicy>,
pub intended_policies: Vec<ManagedAppPolicy>,
pub operations: Vec<ManagedAppOperation>,
}
Fields§
§created_date_time: String
§last_sync_date_time: String
§application_version: String
§management_sdk_version: String
§platform_version: String
§device_type: String
§device_tag: String
§device_name: String
§flagged_reasons: Vec<ManagedAppFlaggedReason>
§user_id: String
§app_identifier: MobileAppIdentifier
§version: String
§applied_policies: Vec<ManagedAppPolicy>
§intended_policies: Vec<ManagedAppPolicy>
§operations: Vec<ManagedAppOperation>
Trait Implementations§
Source§impl Clone for ManagedAppRegistration
impl Clone for ManagedAppRegistration
Source§fn clone(&self) -> ManagedAppRegistration
fn clone(&self) -> ManagedAppRegistration
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 ManagedAppRegistration
impl Debug for ManagedAppRegistration
Source§impl<'de> Deserialize<'de> for ManagedAppRegistration
impl<'de> Deserialize<'de> for ManagedAppRegistration
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 ManagedAppRegistration
impl PartialEq for ManagedAppRegistration
Source§impl Serialize for ManagedAppRegistration
impl Serialize for ManagedAppRegistration
impl Eq for ManagedAppRegistration
impl StructuralPartialEq for ManagedAppRegistration
Auto Trait Implementations§
impl Freeze for ManagedAppRegistration
impl RefUnwindSafe for ManagedAppRegistration
impl Send for ManagedAppRegistration
impl Sync for ManagedAppRegistration
impl Unpin for ManagedAppRegistration
impl UnwindSafe for ManagedAppRegistration
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