[][src]Struct graph_rs_types::entitytypes::SoftwareUpdateStatusSummary

pub struct SoftwareUpdateStatusSummary {
    pub display_name: String,
    pub compliant_device_count: i32,
    pub non_compliant_device_count: i32,
    pub remediated_device_count: i32,
    pub error_device_count: i32,
    pub unknown_device_count: i32,
    pub conflict_device_count: i32,
    pub not_applicable_device_count: i32,
    pub compliant_user_count: i32,
    pub non_compliant_user_count: i32,
    pub remediated_user_count: i32,
    pub error_user_count: i32,
    pub unknown_user_count: i32,
    pub conflict_user_count: i32,
    pub not_applicable_user_count: i32,
}

Fields

display_name: Stringcompliant_device_count: i32non_compliant_device_count: i32remediated_device_count: i32error_device_count: i32unknown_device_count: i32conflict_device_count: i32not_applicable_device_count: i32compliant_user_count: i32non_compliant_user_count: i32remediated_user_count: i32error_user_count: i32unknown_user_count: i32conflict_user_count: i32not_applicable_user_count: i32

Trait Implementations

impl Eq for SoftwareUpdateStatusSummary[src]

impl Clone for SoftwareUpdateStatusSummary[src]

impl PartialEq<SoftwareUpdateStatusSummary> for SoftwareUpdateStatusSummary[src]

impl Debug for SoftwareUpdateStatusSummary[src]

impl Serialize for SoftwareUpdateStatusSummary[src]

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