pub struct KeypairInfo {
pub secret: SecretKey,
pub x_only: XOnlyPublicKey,
pub parity: Parity,
}Fields§
§secret: SecretKey§x_only: XOnlyPublicKey§parity: ParityTrait Implementations§
Auto Trait Implementations§
impl Freeze for KeypairInfo
impl RefUnwindSafe for KeypairInfo
impl Send for KeypairInfo
impl Sync for KeypairInfo
impl Unpin for KeypairInfo
impl UnwindSafe for KeypairInfo
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