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