[][src]Struct graph_rs_types::entitytypes::DeviceComplianceSettingState

pub struct DeviceComplianceSettingState {
    pub setting: String,
    pub setting_name: String,
    pub device_id: String,
    pub device_name: String,
    pub user_id: String,
    pub user_email: String,
    pub user_name: String,
    pub user_principal_name: String,
    pub device_model: String,
    pub state: ComplianceStatus,
    pub compliance_grace_period_expiration_date_time: String,
}

Fields

setting: Stringsetting_name: Stringdevice_id: Stringdevice_name: Stringuser_id: Stringuser_email: Stringuser_name: Stringuser_principal_name: Stringdevice_model: Stringstate: ComplianceStatuscompliance_grace_period_expiration_date_time: String

Trait Implementations

impl Eq for DeviceComplianceSettingState[src]

impl Clone for DeviceComplianceSettingState[src]

impl PartialEq<DeviceComplianceSettingState> for DeviceComplianceSettingState[src]

impl Debug for DeviceComplianceSettingState[src]

impl Serialize for DeviceComplianceSettingState[src]

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