pub struct GetStarGiftUpgradePreview {
pub gift_id: i64,
}Expand description
payments.getStarGiftUpgradePreview
Generated from:
payments.getStarGiftUpgradePreview#9c9abcb1 gift_id:long = payments.StarGiftUpgradePreviewFields§
§gift_id: i64Trait Implementations§
Source§impl Clone for GetStarGiftUpgradePreview
impl Clone for GetStarGiftUpgradePreview
Source§fn clone(&self) -> GetStarGiftUpgradePreview
fn clone(&self) -> GetStarGiftUpgradePreview
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 GetStarGiftUpgradePreview
impl Debug for GetStarGiftUpgradePreview
Source§impl Identifiable for GetStarGiftUpgradePreview
impl Identifiable for GetStarGiftUpgradePreview
Source§const CONSTRUCTOR_ID: u32 = 0x9c9abcb1
const CONSTRUCTOR_ID: u32 = 0x9c9abcb1
The constructor ID as specified in the TL schema.
Source§impl RemoteCall for GetStarGiftUpgradePreview
impl RemoteCall for GetStarGiftUpgradePreview
Source§type Return = StarGiftUpgradePreview
type Return = StarGiftUpgradePreview
The deserialized response type.
impl StructuralPartialEq for GetStarGiftUpgradePreview
Auto Trait Implementations§
impl Freeze for GetStarGiftUpgradePreview
impl RefUnwindSafe for GetStarGiftUpgradePreview
impl Send for GetStarGiftUpgradePreview
impl Sync for GetStarGiftUpgradePreview
impl Unpin for GetStarGiftUpgradePreview
impl UnsafeUnpin for GetStarGiftUpgradePreview
impl UnwindSafe for GetStarGiftUpgradePreview
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