Struct schnorrkel::musig::Cosignature
source · pub struct Cosignature(pub [u8; 32]);
Expand description
Cosignatures shared between cosigners during signing
Tuple Fields§
§0: [u8; 32]
Trait Implementations§
source§impl Clone for Cosignature
impl Clone for Cosignature
source§fn clone(&self) -> Cosignature
fn clone(&self) -> Cosignature
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Cosignature
impl Debug for Cosignature
source§impl PartialEq<Cosignature> for Cosignature
impl PartialEq<Cosignature> for Cosignature
source§fn eq(&self, other: &Cosignature) -> bool
fn eq(&self, other: &Cosignature) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Cosignature
impl Eq for Cosignature
impl StructuralEq for Cosignature
impl StructuralPartialEq for Cosignature
Auto Trait Implementations§
impl RefUnwindSafe for Cosignature
impl Send for Cosignature
impl Sync for Cosignature
impl Unpin for Cosignature
impl UnwindSafe for Cosignature
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