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