pub struct ActivateWalletParams<'a> {
pub wallet: &'a WalletId,
}
Expand description
The parameters for ActivateWallet
.
Fields§
§wallet: &'a WalletId
The ID of the wallet e.g. UGX, NGN, etc
Trait Implementations§
Source§impl<'a> Debug for ActivateWalletParams<'a>
impl<'a> Debug for ActivateWalletParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for ActivateWalletParams<'a>
impl<'a> RefUnwindSafe for ActivateWalletParams<'a>
impl<'a> Send for ActivateWalletParams<'a>
impl<'a> Sync for ActivateWalletParams<'a>
impl<'a> Unpin for ActivateWalletParams<'a>
impl<'a> UnwindSafe for ActivateWalletParams<'a>
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