pub struct GetStarGiftUpgradeAttributes {
pub gift_id: i64,
}Expand description
payments.getStarGiftUpgradeAttributes
Generated from:
payments.getStarGiftUpgradeAttributes#6d038b58 gift_id:long = payments.StarGiftUpgradeAttributesFields§
§gift_id: i64Trait Implementations§
Source§impl Clone for GetStarGiftUpgradeAttributes
impl Clone for GetStarGiftUpgradeAttributes
Source§fn clone(&self) -> GetStarGiftUpgradeAttributes
fn clone(&self) -> GetStarGiftUpgradeAttributes
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 GetStarGiftUpgradeAttributes
impl Debug for GetStarGiftUpgradeAttributes
Source§impl Identifiable for GetStarGiftUpgradeAttributes
impl Identifiable for GetStarGiftUpgradeAttributes
Source§const CONSTRUCTOR_ID: u32 = 0x6d038b58
const CONSTRUCTOR_ID: u32 = 0x6d038b58
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetStarGiftUpgradeAttributes
impl PartialEq for GetStarGiftUpgradeAttributes
Source§fn eq(&self, other: &GetStarGiftUpgradeAttributes) -> bool
fn eq(&self, other: &GetStarGiftUpgradeAttributes) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RemoteCall for GetStarGiftUpgradeAttributes
impl RemoteCall for GetStarGiftUpgradeAttributes
Source§type Return = StarGiftUpgradeAttributes
type Return = StarGiftUpgradeAttributes
The deserialized response type.
impl StructuralPartialEq for GetStarGiftUpgradeAttributes
Auto Trait Implementations§
impl Freeze for GetStarGiftUpgradeAttributes
impl RefUnwindSafe for GetStarGiftUpgradeAttributes
impl Send for GetStarGiftUpgradeAttributes
impl Sync for GetStarGiftUpgradeAttributes
impl Unpin for GetStarGiftUpgradeAttributes
impl UnsafeUnpin for GetStarGiftUpgradeAttributes
impl UnwindSafe for GetStarGiftUpgradeAttributes
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