Struct achievement::ecdsa::SignatureReply
source · pub struct SignatureReply {
pub signature_hex: String,
}
Expand description
Response containing the signature in hexadecimal format.
Fields§
§signature_hex: String
Trait Implementations§
source§impl CandidType for SignatureReply
impl CandidType for SignatureReply
source§impl Clone for SignatureReply
impl Clone for SignatureReply
source§fn clone(&self) -> SignatureReply
fn clone(&self) -> SignatureReply
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 SignatureReply
impl Debug for SignatureReply
Auto Trait Implementations§
impl RefUnwindSafe for SignatureReply
impl Send for SignatureReply
impl Sync for SignatureReply
impl Unpin for SignatureReply
impl UnwindSafe for SignatureReply
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