Struct windows::ApplicationModel::Wallet::System::WalletManagerSystem
pub struct WalletManagerSystem;
Implementations§
§impl WalletManagerSystem
impl WalletManagerSystem
pub fn RequestStoreAsync() -> Result<IAsyncOperation<WalletItemSystemStore>>
Auto Trait Implementations§
impl Freeze for WalletManagerSystem
impl RefUnwindSafe for WalletManagerSystem
impl Send for WalletManagerSystem
impl Sync for WalletManagerSystem
impl Unpin for WalletManagerSystem
impl UnwindSafe for WalletManagerSystem
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