pub struct UpgradeStarGift {
pub keep_original_details: bool,
pub stargift: InputSavedStarGift,
}Expand description
Generated from:
payments.upgradeStarGift#aed6e4f5 flags:# keep_original_details:flags.0?true stargift:InputSavedStarGift = UpdatesFields§
§keep_original_details: bool§stargift: InputSavedStarGiftTrait Implementations§
Source§impl Clone for UpgradeStarGift
impl Clone for UpgradeStarGift
Source§fn clone(&self) -> UpgradeStarGift
fn clone(&self) -> UpgradeStarGift
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 UpgradeStarGift
impl Debug for UpgradeStarGift
Source§impl Identifiable for UpgradeStarGift
impl Identifiable for UpgradeStarGift
Source§const CONSTRUCTOR_ID: u32 = 0xaed6e4f5
const CONSTRUCTOR_ID: u32 = 0xaed6e4f5
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpgradeStarGift
impl PartialEq for UpgradeStarGift
Source§impl RemoteCall for UpgradeStarGift
impl RemoteCall for UpgradeStarGift
Source§impl Serializable for UpgradeStarGift
impl Serializable for UpgradeStarGift
impl StructuralPartialEq for UpgradeStarGift
Auto Trait Implementations§
impl Freeze for UpgradeStarGift
impl RefUnwindSafe for UpgradeStarGift
impl Send for UpgradeStarGift
impl Sync for UpgradeStarGift
impl Unpin for UpgradeStarGift
impl UnsafeUnpin for UpgradeStarGift
impl UnwindSafe for UpgradeStarGift
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