Struct ethcore_accounts::IndexDerivation
source · [−]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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more