pub struct SharedPCConfiguration {
pub account_manager_policy: SharedPCAccountManagerPolicy,
pub allowed_accounts: SharedPCAllowedAccountType,
pub allow_local_storage: bool,
pub disable_account_manager: bool,
pub disable_edu_policies: bool,
pub disable_power_policies: bool,
pub disable_sign_in_on_resume: bool,
pub enabled: bool,
pub idle_time_before_sleep_in_seconds: i32,
pub kiosk_app_display_name: String,
pub kiosk_app_user_model_id: String,
pub maintenance_start_time: String,
}
Fields§
§account_manager_policy: SharedPCAccountManagerPolicy
§allowed_accounts: SharedPCAllowedAccountType
§allow_local_storage: bool
§disable_account_manager: bool
§disable_edu_policies: bool
§disable_power_policies: bool
§disable_sign_in_on_resume: bool
§enabled: bool
§idle_time_before_sleep_in_seconds: i32
§kiosk_app_display_name: String
§kiosk_app_user_model_id: String
§maintenance_start_time: String
Trait Implementations§
Source§fn clone(&self) -> SharedPCConfiguration
fn clone(&self) -> SharedPCConfiguration
Returns a copy 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§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
Auto Trait Implementations§
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