Struct google_androidmanagement1::StatusReportingSettings [−][src]
pub struct StatusReportingSettings {
pub power_management_events_enabled: Option<bool>,
pub network_info_enabled: Option<bool>,
pub memory_info_enabled: Option<bool>,
pub hardware_status_enabled: Option<bool>,
pub software_info_enabled: Option<bool>,
pub display_info_enabled: Option<bool>,
}Settings controlling the behavior of status reports.
This type is not used in any activity, and only used as part of another schema.
Fields
power_management_events_enabled: Option<bool>
Whether power management event reporting is enabled.
network_info_enabled: Option<bool>
Whether network info reporting is enabled.
memory_info_enabled: Option<bool>
Whether memory info reporting is enabled.
hardware_status_enabled: Option<bool>
Whether hardware status reporting is enabled.
software_info_enabled: Option<bool>
Whether software info reporting is enabled.
display_info_enabled: Option<bool>
Whether displays reporting is enabled.
Trait Implementations
impl Default for StatusReportingSettings[src]
impl Default for StatusReportingSettingsfn default() -> StatusReportingSettings[src]
fn default() -> StatusReportingSettingsReturns the "default value" for a type. Read more
impl Clone for StatusReportingSettings[src]
impl Clone for StatusReportingSettingsfn clone(&self) -> StatusReportingSettings[src]
fn clone(&self) -> StatusReportingSettingsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for StatusReportingSettings[src]
impl Debug for StatusReportingSettingsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for StatusReportingSettings[src]
impl Part for StatusReportingSettingsAuto Trait Implementations
impl Send for StatusReportingSettings
impl Send for StatusReportingSettingsimpl Sync for StatusReportingSettings
impl Sync for StatusReportingSettings