pub enum RemoteWalletType {
Ledger(Rc<LedgerWallet>),
}
Expand description
Remote wallet convenience enum to hold various wallet types
Variants§
Ledger(Rc<LedgerWallet>)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoteWalletType
impl !RefUnwindSafe for RemoteWalletType
impl !Send for RemoteWalletType
impl !Sync for RemoteWalletType
impl Unpin for RemoteWalletType
impl !UnwindSafe for RemoteWalletType
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