pub struct SchnorrSignatureProof {
pub signature: Signature,
}Expand description
Schnorr signature proof encoded for JSON.
Fields§
§signature: SignatureTrait Implementations§
Source§impl Clone for SchnorrSignatureProof
impl Clone for SchnorrSignatureProof
Source§fn clone(&self) -> SchnorrSignatureProof
fn clone(&self) -> SchnorrSignatureProof
Returns a duplicate 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 SchnorrSignatureProof
impl Debug for SchnorrSignatureProof
Source§impl<'de> Deserialize<'de> for SchnorrSignatureProof
impl<'de> Deserialize<'de> for SchnorrSignatureProof
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SchnorrSignatureProof
impl PartialEq for SchnorrSignatureProof
Source§impl Serialize for SchnorrSignatureProof
impl Serialize for SchnorrSignatureProof
impl Eq for SchnorrSignatureProof
impl StructuralPartialEq for SchnorrSignatureProof
Auto Trait Implementations§
impl Freeze for SchnorrSignatureProof
impl RefUnwindSafe for SchnorrSignatureProof
impl Send for SchnorrSignatureProof
impl Sync for SchnorrSignatureProof
impl Unpin for SchnorrSignatureProof
impl UnsafeUnpin for SchnorrSignatureProof
impl UnwindSafe for SchnorrSignatureProof
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