pub struct InputInvoiceStars {
pub purpose: InputStorePaymentPurpose,
}Expand description
Generated from the following TL definition:
inputInvoiceStars#65f00ce3 purpose:InputStorePaymentPurpose = InputInvoiceFields§
§purpose: InputStorePaymentPurposeTrait Implementations§
Source§impl Clone for InputInvoiceStars
impl Clone for InputInvoiceStars
Source§fn clone(&self) -> InputInvoiceStars
fn clone(&self) -> InputInvoiceStars
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 InputInvoiceStars
impl Debug for InputInvoiceStars
Source§impl Deserializable for InputInvoiceStars
impl Deserializable for InputInvoiceStars
Source§impl From<InputInvoiceStars> for InputInvoice
impl From<InputInvoiceStars> for InputInvoice
Source§fn from(x: InputInvoiceStars) -> Self
fn from(x: InputInvoiceStars) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputInvoiceStars
impl Identifiable for InputInvoiceStars
Source§const CONSTRUCTOR_ID: u32 = 1710230755
const CONSTRUCTOR_ID: u32 = 1710230755
The unique identifier for the type.
Source§impl PartialEq for InputInvoiceStars
impl PartialEq for InputInvoiceStars
Source§impl Serializable for InputInvoiceStars
impl Serializable for InputInvoiceStars
Source§impl TryFrom<InputInvoice> for InputInvoiceStars
impl TryFrom<InputInvoice> for InputInvoiceStars
impl StructuralPartialEq for InputInvoiceStars
Auto Trait Implementations§
impl Freeze for InputInvoiceStars
impl RefUnwindSafe for InputInvoiceStars
impl Send for InputInvoiceStars
impl Sync for InputInvoiceStars
impl Unpin for InputInvoiceStars
impl UnsafeUnpin for InputInvoiceStars
impl UnwindSafe for InputInvoiceStars
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