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