pub struct ManagedDeviceOverview {
pub enrolled_device_count: i32,
pub mdm_enrolled_count: i32,
pub dual_enrolled_device_count: i32,
pub device_operating_system_summary: DeviceOperatingSystemSummary,
pub device_exchange_access_state_summary: DeviceExchangeAccessStateSummary,
}
Fields§
§enrolled_device_count: i32
§mdm_enrolled_count: i32
§dual_enrolled_device_count: i32
§device_operating_system_summary: DeviceOperatingSystemSummary
§device_exchange_access_state_summary: DeviceExchangeAccessStateSummary
Trait Implementations§
Source§impl Clone for ManagedDeviceOverview
impl Clone for ManagedDeviceOverview
Source§fn clone(&self) -> ManagedDeviceOverview
fn clone(&self) -> ManagedDeviceOverview
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 ManagedDeviceOverview
impl Debug for ManagedDeviceOverview
Source§impl<'de> Deserialize<'de> for ManagedDeviceOverview
impl<'de> Deserialize<'de> for ManagedDeviceOverview
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 ManagedDeviceOverview
impl PartialEq for ManagedDeviceOverview
Source§impl Serialize for ManagedDeviceOverview
impl Serialize for ManagedDeviceOverview
impl Eq for ManagedDeviceOverview
impl StructuralPartialEq for ManagedDeviceOverview
Auto Trait Implementations§
impl Freeze for ManagedDeviceOverview
impl RefUnwindSafe for ManagedDeviceOverview
impl Send for ManagedDeviceOverview
impl Sync for ManagedDeviceOverview
impl Unpin for ManagedDeviceOverview
impl UnwindSafe for ManagedDeviceOverview
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