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