pub struct InputInvoiceBusinessBotTransferStars {
pub bot: InputUser,
pub stars: i64,
}Expand description
Read inputInvoiceBusinessBotTransferStars docs.
Generated from the following TL definition:
inputInvoiceBusinessBotTransferStars#f4997e42 bot:InputUser stars:long = InputInvoiceFields§
§bot: InputUser§stars: i64Trait Implementations§
Source§impl Clone for InputInvoiceBusinessBotTransferStars
impl Clone for InputInvoiceBusinessBotTransferStars
Source§fn clone(&self) -> InputInvoiceBusinessBotTransferStars
fn clone(&self) -> InputInvoiceBusinessBotTransferStars
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 From<InputInvoiceBusinessBotTransferStars> for InputInvoice
impl From<InputInvoiceBusinessBotTransferStars> for InputInvoice
Source§fn from(x: InputInvoiceBusinessBotTransferStars) -> Self
fn from(x: InputInvoiceBusinessBotTransferStars) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputInvoiceBusinessBotTransferStars
impl Identifiable for InputInvoiceBusinessBotTransferStars
Source§const CONSTRUCTOR_ID: u32 = 4103700034
const CONSTRUCTOR_ID: u32 = 4103700034
The unique identifier for the type.
Source§impl PartialEq for InputInvoiceBusinessBotTransferStars
impl PartialEq for InputInvoiceBusinessBotTransferStars
Source§fn eq(&self, other: &InputInvoiceBusinessBotTransferStars) -> bool
fn eq(&self, other: &InputInvoiceBusinessBotTransferStars) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InputInvoiceBusinessBotTransferStars
Auto Trait Implementations§
impl Freeze for InputInvoiceBusinessBotTransferStars
impl RefUnwindSafe for InputInvoiceBusinessBotTransferStars
impl Send for InputInvoiceBusinessBotTransferStars
impl Sync for InputInvoiceBusinessBotTransferStars
impl Unpin for InputInvoiceBusinessBotTransferStars
impl UnsafeUnpin for InputInvoiceBusinessBotTransferStars
impl UnwindSafe for InputInvoiceBusinessBotTransferStars
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