Struct windows::ApplicationModel::UserDataAccounts::SystemAccess::UserDataAccountSystemAccessManager
pub struct UserDataAccountSystemAccessManager;
Implementations§
§impl UserDataAccountSystemAccessManager
impl UserDataAccountSystemAccessManager
pub fn AddAndShowDeviceAccountsAsync<P0>(
accounts: P0,
) -> Result<IAsyncOperation<IVectorView<HSTRING>>>where
P0: Param<IIterable<DeviceAccountConfiguration>>,
pub fn SuppressLocalAccountWithAccountAsync( userdataaccountid: &HSTRING, ) -> Result<IAsyncAction>
pub fn CreateDeviceAccountAsync<P0>(
account: P0,
) -> Result<IAsyncOperation<HSTRING>>where
P0: Param<DeviceAccountConfiguration>,
pub fn DeleteDeviceAccountAsync(accountid: &HSTRING) -> Result<IAsyncAction>
pub fn GetDeviceAccountConfigurationAsync( accountid: &HSTRING, ) -> Result<IAsyncOperation<DeviceAccountConfiguration>>
Auto Trait Implementations§
impl Freeze for UserDataAccountSystemAccessManager
impl RefUnwindSafe for UserDataAccountSystemAccessManager
impl Send for UserDataAccountSystemAccessManager
impl Sync for UserDataAccountSystemAccessManager
impl Unpin for UserDataAccountSystemAccessManager
impl UnwindSafe for UserDataAccountSystemAccessManager
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