Struct windows::Management::Workplace::WorkplaceSettings
pub struct WorkplaceSettings;
Implementations§
§impl WorkplaceSettings
impl WorkplaceSettings
pub fn IsMicrosoftAccountOptional() -> Result<bool>
Auto Trait Implementations§
impl Freeze for WorkplaceSettings
impl RefUnwindSafe for WorkplaceSettings
impl Send for WorkplaceSettings
impl Sync for WorkplaceSettings
impl Unpin for WorkplaceSettings
impl UnwindSafe for WorkplaceSettings
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