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