pub struct DeviceManagementSettings {
pub device_compliance_checkin_threshold_days: i32,
pub is_scheduled_action_enabled: bool,
pub secure_by_default: bool,
}
Fields§
§device_compliance_checkin_threshold_days: i32
§is_scheduled_action_enabled: bool
§secure_by_default: bool
Trait Implementations§
Source§impl Clone for DeviceManagementSettings
impl Clone for DeviceManagementSettings
Source§fn clone(&self) -> DeviceManagementSettings
fn clone(&self) -> DeviceManagementSettings
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 DeviceManagementSettings
impl Debug for DeviceManagementSettings
Source§impl<'de> Deserialize<'de> for DeviceManagementSettings
impl<'de> Deserialize<'de> for DeviceManagementSettings
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 DeviceManagementSettings
impl PartialEq for DeviceManagementSettings
Source§impl Serialize for DeviceManagementSettings
impl Serialize for DeviceManagementSettings
impl Eq for DeviceManagementSettings
impl StructuralPartialEq for DeviceManagementSettings
Auto Trait Implementations§
impl Freeze for DeviceManagementSettings
impl RefUnwindSafe for DeviceManagementSettings
impl Send for DeviceManagementSettings
impl Sync for DeviceManagementSettings
impl Unpin for DeviceManagementSettings
impl UnwindSafe for DeviceManagementSettings
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