pub struct PublicKeyReply {
pub sec1_pk: String,
pub etherum_pk: String,
}
Fields§
§sec1_pk: String
§etherum_pk: 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 Freeze for PublicKeyReply
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