pub struct NodeResult {
pub schema_version: u8,
pub curve: String,
pub path: String,
pub public_key_hex: String,
pub chain_code_hex: String,
pub depth: u8,
pub child_number: u32,
}Fields§
§schema_version: u8§curve: String§path: String§public_key_hex: String§chain_code_hex: String§depth: u8§child_number: u32Trait Implementations§
Source§impl Debug for NodeResult
impl Debug for NodeResult
Auto Trait Implementations§
impl Freeze for NodeResult
impl RefUnwindSafe for NodeResult
impl Send for NodeResult
impl Sync for NodeResult
impl Unpin for NodeResult
impl UnwindSafe for NodeResult
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