Struct windows::ApplicationModel::Wallet::WalletActionKind
#[repr(transparent)]pub struct WalletActionKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl WalletActionKind
impl WalletActionKind
pub const OpenItem: Self = _
pub const Transaction: Self = _
pub const MoreTransactions: Self = _
pub const Message: Self = _
pub const Verb: Self = _
Trait Implementations§
§impl Clone for WalletActionKind
impl Clone for WalletActionKind
§fn clone(&self) -> WalletActionKind
fn clone(&self) -> WalletActionKind
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 more§impl Debug for WalletActionKind
impl Debug for WalletActionKind
§impl Default for WalletActionKind
impl Default for WalletActionKind
§fn default() -> WalletActionKind
fn default() -> WalletActionKind
Returns the “default value” for a type. Read more
§impl PartialEq for WalletActionKind
impl PartialEq for WalletActionKind
§fn eq(&self, other: &WalletActionKind) -> bool
fn eq(&self, other: &WalletActionKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WalletActionKind
impl Eq for WalletActionKind
impl StructuralPartialEq for WalletActionKind
Auto Trait Implementations§
impl Freeze for WalletActionKind
impl RefUnwindSafe for WalletActionKind
impl Send for WalletActionKind
impl Sync for WalletActionKind
impl Unpin for WalletActionKind
impl UnwindSafe for WalletActionKind
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)