pub struct SendInvoice { /* private fields */ }Expand description
Use this method to send invoices. On success, the sent Message is returned.
Trait Implementations§
Source§impl Clone for SendInvoice
impl Clone for SendInvoice
Source§fn clone(&self) -> SendInvoice
fn clone(&self) -> SendInvoice
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 SendInvoice
impl Debug for SendInvoice
Source§impl<'de> Deserialize<'de> for SendInvoice
impl<'de> Deserialize<'de> for SendInvoice
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 Freeze for SendInvoice
impl RefUnwindSafe for SendInvoice
impl Send for SendInvoice
impl Sync for SendInvoice
impl Unpin for SendInvoice
impl UnwindSafe for SendInvoice
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