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<'de> Deserialize<'de> for PreapproveInvoiceReply
impl<'de> Deserialize<'de> for PreapproveInvoiceReply
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 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