pub struct PathIndex {
pub index: u32,
pub hardened: bool,
}Expand description
A derivation path component (index + hardened flag).
Fields§
§index: u32§hardened: boolTrait Implementations§
impl Copy for PathIndex
Source§impl<'de> Deserialize<'de> for PathIndex
impl<'de> Deserialize<'de> for PathIndex
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
impl Eq for PathIndex
impl StructuralPartialEq for PathIndex
Auto Trait Implementations§
impl Freeze for PathIndex
impl RefUnwindSafe for PathIndex
impl Send for PathIndex
impl Sync for PathIndex
impl Unpin for PathIndex
impl UnsafeUnpin for PathIndex
impl UnwindSafe for PathIndex
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