pub struct InputInvoiceStars {
pub purpose: InputStorePaymentPurpose,
}Expand description
Generated from:
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§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
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 = 0x65f00ce3
const CONSTRUCTOR_ID: u32 = 0x65f00ce3
The constructor ID as specified in the TL schema.
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
Source§type Error = InputInvoice
type Error = InputInvoice
The type returned in the event of a conversion error.
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