pub struct DeviceManagementPartner {
pub last_heartbeat_date_time: String,
pub partner_state: DeviceManagementPartnerTenantState,
pub partner_app_type: DeviceManagementPartnerAppType,
pub single_tenant_app_id: String,
pub display_name: String,
pub is_configured: bool,
pub when_partner_devices_will_be_removed_date_time: String,
pub when_partner_devices_will_be_marked_as_non_compliant_date_time: String,
}
Fields§
§last_heartbeat_date_time: String
§partner_state: DeviceManagementPartnerTenantState
§partner_app_type: DeviceManagementPartnerAppType
§single_tenant_app_id: String
§display_name: String
§is_configured: bool
§when_partner_devices_will_be_removed_date_time: String
§when_partner_devices_will_be_marked_as_non_compliant_date_time: String
Trait Implementations§
Source§impl Clone for DeviceManagementPartner
impl Clone for DeviceManagementPartner
Source§fn clone(&self) -> DeviceManagementPartner
fn clone(&self) -> DeviceManagementPartner
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeviceManagementPartner
impl Debug for DeviceManagementPartner
Source§impl<'de> Deserialize<'de> for DeviceManagementPartner
impl<'de> Deserialize<'de> for DeviceManagementPartner
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeviceManagementPartner
impl PartialEq for DeviceManagementPartner
Source§impl Serialize for DeviceManagementPartner
impl Serialize for DeviceManagementPartner
impl Eq for DeviceManagementPartner
impl StructuralPartialEq for DeviceManagementPartner
Auto Trait Implementations§
impl Freeze for DeviceManagementPartner
impl RefUnwindSafe for DeviceManagementPartner
impl Send for DeviceManagementPartner
impl Sync for DeviceManagementPartner
impl Unpin for DeviceManagementPartner
impl UnwindSafe for DeviceManagementPartner
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more