pub struct NonHardenedIndex(/* private fields */);
Expand description
Child index in range $0 \le i < 2^{31}$ corresponding to a non-hardened wallet
Implementations§
Trait Implementations§
Source§impl Clone for NonHardenedIndex
impl Clone for NonHardenedIndex
Source§fn clone(&self) -> NonHardenedIndex
fn clone(&self) -> NonHardenedIndex
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 NonHardenedIndex
impl Debug for NonHardenedIndex
Source§impl Deref for NonHardenedIndex
impl Deref for NonHardenedIndex
Source§impl<'de> Deserialize<'de> for NonHardenedIndex
impl<'de> Deserialize<'de> for NonHardenedIndex
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<NonHardenedIndex> for u32
impl From<NonHardenedIndex> for u32
Source§fn from(value: NonHardenedIndex) -> Self
fn from(value: NonHardenedIndex) -> Self
Converts to this type from the input type.
Source§impl FromStr for NonHardenedIndex
impl FromStr for NonHardenedIndex
Source§impl Serialize for NonHardenedIndex
impl Serialize for NonHardenedIndex
Source§impl TryFrom<u32> for NonHardenedIndex
impl TryFrom<u32> for NonHardenedIndex
impl Copy for NonHardenedIndex
Auto Trait Implementations§
impl Freeze for NonHardenedIndex
impl RefUnwindSafe for NonHardenedIndex
impl Send for NonHardenedIndex
impl Sync for NonHardenedIndex
impl Unpin for NonHardenedIndex
impl UnwindSafe for NonHardenedIndex
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