pub struct WalletFactory;Expand description
Wallet factory for creating wallets from different sources
Implementations§
Auto Trait Implementations§
impl Freeze for WalletFactory
impl RefUnwindSafe for WalletFactory
impl Send for WalletFactory
impl Sync for WalletFactory
impl Unpin for WalletFactory
impl UnwindSafe for WalletFactory
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