Enum adapter::ethereum::LockedWallet
source · pub enum LockedWallet {
KeyStore {
keystore: KeyFile,
password: Protected,
},
PrivateKey(String),
}
Variants
KeyStore
PrivateKey(String)
Trait Implementations
sourceimpl Clone for LockedWallet
impl Clone for LockedWallet
sourcefn clone(&self) -> LockedWallet
fn clone(&self) -> LockedWallet
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 LockedWallet
impl Debug for LockedWallet
impl WalletState for LockedWallet
Auto Trait Implementations
impl RefUnwindSafe for LockedWallet
impl Send for LockedWallet
impl Sync for LockedWallet
impl Unpin for LockedWallet
impl UnwindSafe for LockedWallet
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