pub enum Bip44Node {
Normal(u64),
Hardened(u64),
}Expand description
BIP44 path number instance
Variants§
Trait Implementations§
impl StructuralPartialEq for Bip44Node
Auto Trait Implementations§
impl Freeze for Bip44Node
impl RefUnwindSafe for Bip44Node
impl Send for Bip44Node
impl Sync for Bip44Node
impl Unpin for Bip44Node
impl UnwindSafe for Bip44Node
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