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