pub struct MoneroWallet { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Wallet for MoneroWallet
impl Wallet for MoneroWallet
fn from_hd_key(private_key: HDPrivKey) -> Result<Self>
Auto Trait Implementations§
impl Freeze for MoneroWallet
impl RefUnwindSafe for MoneroWallet
impl Send for MoneroWallet
impl Sync for MoneroWallet
impl Unpin for MoneroWallet
impl UnwindSafe for MoneroWallet
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