[][src]Struct graph_rs_types::entitytypes::MobileThreatDefenseConnector

pub struct MobileThreatDefenseConnector {
    pub last_heartbeat_date_time: String,
    pub partner_state: MobileThreatPartnerTenantState,
    pub android_enabled: bool,
    pub ios_enabled: bool,
    pub android_device_blocked_on_missing_partner_data: bool,
    pub ios_device_blocked_on_missing_partner_data: bool,
    pub partner_unsupported_os_version_blocked: bool,
    pub partner_unresponsiveness_threshold_in_days: i32,
}

Fields

last_heartbeat_date_time: Stringpartner_state: MobileThreatPartnerTenantStateandroid_enabled: boolios_enabled: boolandroid_device_blocked_on_missing_partner_data: boolios_device_blocked_on_missing_partner_data: boolpartner_unsupported_os_version_blocked: boolpartner_unresponsiveness_threshold_in_days: i32

Trait Implementations

impl Eq for MobileThreatDefenseConnector[src]

impl Clone for MobileThreatDefenseConnector[src]

impl PartialEq<MobileThreatDefenseConnector> for MobileThreatDefenseConnector[src]

impl Debug for MobileThreatDefenseConnector[src]

impl Serialize for MobileThreatDefenseConnector[src]

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