pub struct TaprootKeySig {
pub key: XOnlyPk,
pub sig: Bip340Sig,
}
Fields§
§key: XOnlyPk
§sig: Bip340Sig
Implementations§
Auto Trait Implementations§
impl Freeze for TaprootKeySig
impl RefUnwindSafe for TaprootKeySig
impl Send for TaprootKeySig
impl Sync for TaprootKeySig
impl Unpin for TaprootKeySig
impl UnwindSafe for TaprootKeySig
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