Struct cfxstore::IndexDerivation
source · pub struct IndexDerivation {
pub soft: bool,
pub index: u32,
}
Expand description
Node in hierarchical derivation.
Fields§
§soft: bool
Node is soft (allows proof of parent from parent node).
index: u32
Index sequence of the node.
Auto Trait Implementations§
impl RefUnwindSafe for IndexDerivation
impl Send for IndexDerivation
impl Sync for IndexDerivation
impl Unpin for IndexDerivation
impl UnwindSafe for IndexDerivation
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