#[repr(transparent)]pub struct WalletItemAppAssociation(pub i32);Expand description
Required features: ‘ApplicationModel_Wallet_System’
Tuple Fields
0: i32Implementations
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more