pub enum DerivationPathType {
None,
BIP32,
BIP44,
BIP49,
}
Expand description
DerivationPath specifications as defined by BIP’s
Variants§
Trait Implementations§
Source§impl Clone for DerivationPathType
impl Clone for DerivationPathType
Source§fn clone(&self) -> DerivationPathType
fn clone(&self) -> DerivationPathType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DerivationPathType
impl Debug for DerivationPathType
Source§impl PartialEq for DerivationPathType
impl PartialEq for DerivationPathType
impl Copy for DerivationPathType
impl Eq for DerivationPathType
impl StructuralPartialEq for DerivationPathType
Auto Trait Implementations§
impl Freeze for DerivationPathType
impl RefUnwindSafe for DerivationPathType
impl Send for DerivationPathType
impl Sync for DerivationPathType
impl Unpin for DerivationPathType
impl UnwindSafe for DerivationPathType
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