Struct vls_protocol::msgs::SignInvoiceReply
source · pub struct SignInvoiceReply {
pub signature: RecoverableSignature,
}Expand description
Fields§
§signature: RecoverableSignatureTrait Implementations§
source§impl DeBolt for SignInvoiceReply
impl DeBolt for SignInvoiceReply
source§impl Debug for SignInvoiceReply
impl Debug for SignInvoiceReply
source§impl Decodable for SignInvoiceReply
impl Decodable for SignInvoiceReply
source§impl Encodable for SignInvoiceReply
impl Encodable for SignInvoiceReply
Auto Trait Implementations§
impl RefUnwindSafe for SignInvoiceReply
impl Send for SignInvoiceReply
impl Sync for SignInvoiceReply
impl Unpin for SignInvoiceReply
impl UnwindSafe for SignInvoiceReply
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