pub struct InternalLinkTypeInvoice {
pub invoice_name: String,
}
Expand description
The link is a link to an invoice. Call getPaymentForm with the given invoice name to process the link
Fields§
§invoice_name: String
Name of the invoice
Trait Implementations§
Source§impl Clone for InternalLinkTypeInvoice
impl Clone for InternalLinkTypeInvoice
Source§fn clone(&self) -> InternalLinkTypeInvoice
fn clone(&self) -> InternalLinkTypeInvoice
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 InternalLinkTypeInvoice
impl Debug for InternalLinkTypeInvoice
Source§impl Default for InternalLinkTypeInvoice
impl Default for InternalLinkTypeInvoice
Source§fn default() -> InternalLinkTypeInvoice
fn default() -> InternalLinkTypeInvoice
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InternalLinkTypeInvoice
impl<'de> Deserialize<'de> for InternalLinkTypeInvoice
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 InternalLinkTypeInvoice
impl PartialEq for InternalLinkTypeInvoice
Source§impl Serialize for InternalLinkTypeInvoice
impl Serialize for InternalLinkTypeInvoice
impl StructuralPartialEq for InternalLinkTypeInvoice
Auto Trait Implementations§
impl Freeze for InternalLinkTypeInvoice
impl RefUnwindSafe for InternalLinkTypeInvoice
impl Send for InternalLinkTypeInvoice
impl Sync for InternalLinkTypeInvoice
impl Unpin for InternalLinkTypeInvoice
impl UnwindSafe for InternalLinkTypeInvoice
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