[][src]Struct graph_rs_types::entitytypes::DeviceCompliancePolicySettingStateSummary

pub struct DeviceCompliancePolicySettingStateSummary {
    pub setting: String,
    pub setting_name: String,
    pub platform_type: PolicyPlatformType,
    pub unknown_device_count: i32,
    pub not_applicable_device_count: i32,
    pub compliant_device_count: i32,
    pub remediated_device_count: i32,
    pub non_compliant_device_count: i32,
    pub error_device_count: i32,
    pub conflict_device_count: i32,
    pub device_compliance_setting_states: Vec<DeviceComplianceSettingState>,
}

Fields

setting: Stringsetting_name: Stringplatform_type: PolicyPlatformTypeunknown_device_count: i32not_applicable_device_count: i32compliant_device_count: i32remediated_device_count: i32non_compliant_device_count: i32error_device_count: i32conflict_device_count: i32device_compliance_setting_states: Vec<DeviceComplianceSettingState>

Trait Implementations

impl Clone for DeviceCompliancePolicySettingStateSummary[src]

impl Eq for DeviceCompliancePolicySettingStateSummary[src]

impl PartialEq<DeviceCompliancePolicySettingStateSummary> for DeviceCompliancePolicySettingStateSummary[src]

impl Debug for DeviceCompliancePolicySettingStateSummary[src]

impl Serialize for DeviceCompliancePolicySettingStateSummary[src]

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

Auto Trait Implementations

Blanket Implementations

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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]