pub struct Bip44KeyPath { /* private fields */ }Expand description
Valid operations for a bip44 key.
Implementations§
Source§impl Bip44KeyPath
impl Bip44KeyPath
Sourcepub fn parent(&self) -> &Bip44SubAccountPath
pub fn parent(&self) -> &Bip44SubAccountPath
Accessor for the sub-account this key is in.
Sourcepub fn bip32_path(&self) -> Path
pub fn bip32_path(&self) -> Path
Returns the BIP-0032 path of the key.
Trait Implementations§
Source§impl Clone for Bip44KeyPath
impl Clone for Bip44KeyPath
Source§fn clone(&self) -> Bip44KeyPath
fn clone(&self) -> Bip44KeyPath
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for Bip44KeyPath
impl RefUnwindSafe for Bip44KeyPath
impl Send for Bip44KeyPath
impl Sync for Bip44KeyPath
impl Unpin for Bip44KeyPath
impl UnwindSafe for Bip44KeyPath
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