#[repr(transparent)]pub struct WalletItemAppAssociation(pub i32);
Expand description
Required features: "ApplicationModel_Wallet_System"
Tuple Fields
0: i32
Implementations
impl WalletItemAppAssociation
impl WalletItemAppAssociation
pub const None: Self = Self(0i32)
pub const AppInstalled: Self = Self(1i32)
pub const AppNotInstalled: Self = Self(2i32)
Trait Implementations
impl Clone for WalletItemAppAssociation
impl Clone for WalletItemAppAssociation
impl Copy for WalletItemAppAssociation
Auto Trait Implementations
impl RefUnwindSafe for WalletItemAppAssociation
impl Send for WalletItemAppAssociation
impl Sync for WalletItemAppAssociation
impl Unpin for WalletItemAppAssociation
impl UnwindSafe for WalletItemAppAssociation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more