Enum ethcore::account_provider::KeyPath [−][src]
pub enum KeyPath {
Ethereum,
EthereumClassic,
}Key derivation paths used on hardware wallets.
Variants
EthereumEthereum.
EthereumClassicEthereum classic.
Trait Implementations
impl Copy for KeyPath[src]
impl Copy for KeyPathimpl Clone for KeyPath[src]
impl Clone for KeyPathfn clone(&self) -> KeyPath[src]
fn clone(&self) -> KeyPathReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for KeyPath[src]
impl Debug for KeyPath