Struct vls_protocol::msgs::SignTxReply
source · pub struct SignTxReply {
pub signature: BitcoinSignature,
}
Expand description
Fields§
§signature: BitcoinSignature
Trait Implementations§
source§impl DeBolt for SignTxReply
impl DeBolt for SignTxReply
source§impl Debug for SignTxReply
impl Debug for SignTxReply
source§impl<'de> Deserialize<'de> for SignTxReply
impl<'de> Deserialize<'de> for SignTxReply
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
Auto Trait Implementations§
impl RefUnwindSafe for SignTxReply
impl Send for SignTxReply
impl Sync for SignTxReply
impl Unpin for SignTxReply
impl UnwindSafe for SignTxReply
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