Struct achievement::ecdsa::PublicKeyReply
source · pub struct PublicKeyReply {
pub public_key_hex: String,
}
Expand description
Response containing the public key in hexadecimal format.
Fields§
§public_key_hex: String
Trait Implementations§
source§impl CandidType for PublicKeyReply
impl CandidType for PublicKeyReply
source§impl Debug for PublicKeyReply
impl Debug for PublicKeyReply
Auto Trait Implementations§
impl RefUnwindSafe for PublicKeyReply
impl Send for PublicKeyReply
impl Sync for PublicKeyReply
impl Unpin for PublicKeyReply
impl UnwindSafe for PublicKeyReply
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