Struct tg_flows::MessageInvoice
source · pub struct MessageInvoice {
pub invoice: Invoice,
}Fields§
§invoice: InvoiceMessage is an invoice for a payment, information about the invoice. More about payments ».
Trait Implementations§
source§impl Clone for MessageInvoice
impl Clone for MessageInvoice
source§fn clone(&self) -> MessageInvoice
fn clone(&self) -> MessageInvoice
Returns a copy 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 MessageInvoice
impl Debug for MessageInvoice
source§impl<'de> Deserialize<'de> for MessageInvoice
impl<'de> Deserialize<'de> for MessageInvoice
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<MessageInvoice> for MessageInvoice
impl PartialEq<MessageInvoice> for MessageInvoice
source§fn eq(&self, other: &MessageInvoice) -> bool
fn eq(&self, other: &MessageInvoice) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for MessageInvoice
impl Serialize for MessageInvoice
impl StructuralPartialEq for MessageInvoice
Auto Trait Implementations§
impl RefUnwindSafe for MessageInvoice
impl Send for MessageInvoice
impl Sync for MessageInvoice
impl Unpin for MessageInvoice
impl UnwindSafe for MessageInvoice
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