pub struct Bip32Index(/* private fields */);Expand description
BIP32 index (32 bit integer, where highest bit mark soft or hard derivation)
Implementations§
Trait Implementations§
Source§impl Clone for Bip32Index
impl Clone for Bip32Index
Source§fn clone(&self) -> Bip32Index
fn clone(&self) -> Bip32Index
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 moreSource§impl Debug for Bip32Index
impl Debug for Bip32Index
Source§impl PartialEq for Bip32Index
impl PartialEq for Bip32Index
impl Copy for Bip32Index
impl Eq for Bip32Index
impl StructuralPartialEq for Bip32Index
Auto Trait Implementations§
impl Freeze for Bip32Index
impl RefUnwindSafe for Bip32Index
impl Send for Bip32Index
impl Sync for Bip32Index
impl Unpin for Bip32Index
impl UnwindSafe for Bip32Index
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