pub struct SignatureReply {
pub signature_hex: String,
}
Fields§
§signature_hex: String
Trait Implementations§
source§impl CandidType for SignatureReply
impl CandidType for SignatureReply
source§impl Debug for SignatureReply
impl Debug for SignatureReply
Auto Trait Implementations§
impl Freeze for SignatureReply
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