Struct adapter::ethereum::UnlockedWallet
source · pub struct UnlockedWallet { /* private fields */ }
Trait Implementations
sourceimpl Clone for UnlockedWallet
impl Clone for UnlockedWallet
sourcefn clone(&self) -> UnlockedWallet
fn clone(&self) -> UnlockedWallet
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UnlockedWallet
impl Debug for UnlockedWallet
impl WalletState for UnlockedWallet
Auto Trait Implementations
impl RefUnwindSafe for UnlockedWallet
impl Send for UnlockedWallet
impl Sync for UnlockedWallet
impl Unpin for UnlockedWallet
impl UnwindSafe for UnlockedWallet
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more