Enum hardware_wallet::KeyPath [−][src]
pub enum KeyPath {
Ethereum,
EthereumClassic,
}Key derivation paths used on hardware wallets.
Variants
EthereumEthereum.
EthereumClassicEthereum classic.
Trait Implementations
impl Debug for KeyPath[src]
impl Debug for KeyPathfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl 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 Copy for KeyPath[src]
impl Copy for KeyPath