pub struct WifAndHexPub { /* private fields */ }
Expand description
Contains private key in WIF format and the relative public key in HEX format
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WifAndHexPub
impl RefUnwindSafe for WifAndHexPub
impl Send for WifAndHexPub
impl Sync for WifAndHexPub
impl Unpin for WifAndHexPub
impl UnwindSafe for WifAndHexPub
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