pub struct SignMsgResponse {
pub sig: String,
}Fields§
§sig: StringThe zbase32-encoded signature corresponding to the message.
Trait Implementations§
Source§impl Clone for SignMsgResponse
impl Clone for SignMsgResponse
Source§fn clone(&self) -> SignMsgResponse
fn clone(&self) -> SignMsgResponse
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 SignMsgResponse
impl Debug for SignMsgResponse
Source§impl<'de> Deserialize<'de> for SignMsgResponse
impl<'de> Deserialize<'de> for SignMsgResponse
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 SignMsgResponse
impl PartialEq for SignMsgResponse
Source§impl Serialize for SignMsgResponse
impl Serialize for SignMsgResponse
impl StructuralPartialEq for SignMsgResponse
Auto Trait Implementations§
impl Freeze for SignMsgResponse
impl RefUnwindSafe for SignMsgResponse
impl Send for SignMsgResponse
impl Sync for SignMsgResponse
impl Unpin for SignMsgResponse
impl UnsafeUnpin for SignMsgResponse
impl UnwindSafe for SignMsgResponse
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