Struct schnorrkel::musig::Cosignature
source · pub struct Cosignature(pub [u8; 32]);
👎Deprecated since 0.11.0: This module will be replaced in the future
Expand description
Cosignatures shared between cosigners during signing
Tuple Fields§
§0: [u8; 32]
👎Deprecated since 0.11.0: This module will be replaced in the future
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 for Cosignature
impl PartialEq 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 StructuralPartialEq for Cosignature
Auto Trait Implementations§
impl Freeze for Cosignature
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)