[][src]Struct graph_rs_types::entitytypes::IosUpdateDeviceStatus

pub struct IosUpdateDeviceStatus {
    pub install_status: IosUpdatesInstallStatus,
    pub os_version: String,
    pub device_id: String,
    pub user_id: String,
    pub device_display_name: String,
    pub user_name: String,
    pub device_model: String,
    pub compliance_grace_period_expiration_date_time: String,
    pub status: ComplianceStatus,
    pub last_reported_date_time: String,
    pub user_principal_name: String,
}

Fields

install_status: IosUpdatesInstallStatusos_version: Stringdevice_id: Stringuser_id: Stringdevice_display_name: Stringuser_name: Stringdevice_model: Stringcompliance_grace_period_expiration_date_time: Stringstatus: ComplianceStatuslast_reported_date_time: Stringuser_principal_name: String

Trait Implementations

impl Eq for IosUpdateDeviceStatus[src]

impl Clone for IosUpdateDeviceStatus[src]

impl PartialEq<IosUpdateDeviceStatus> for IosUpdateDeviceStatus[src]

impl Debug for IosUpdateDeviceStatus[src]

impl Serialize for IosUpdateDeviceStatus[src]

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