pub struct CreateStarGiftCollection {
pub peer: InputPeer,
pub title: String,
pub stargift: Vec<InputSavedStarGift>,
}Expand description
payments.createStarGiftCollection
Generated from:
payments.createStarGiftCollection#1f4a0e87 peer:InputPeer title:string stargift:Vector<InputSavedStarGift> = StarGiftCollectionFields§
§peer: InputPeer§title: String§stargift: Vec<InputSavedStarGift>Trait Implementations§
Source§impl Clone for CreateStarGiftCollection
impl Clone for CreateStarGiftCollection
Source§fn clone(&self) -> CreateStarGiftCollection
fn clone(&self) -> CreateStarGiftCollection
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 CreateStarGiftCollection
impl Debug for CreateStarGiftCollection
Source§impl Identifiable for CreateStarGiftCollection
impl Identifiable for CreateStarGiftCollection
Source§const CONSTRUCTOR_ID: u32 = 0x1f4a0e87
const CONSTRUCTOR_ID: u32 = 0x1f4a0e87
The constructor ID as specified in the TL schema.
Source§impl PartialEq for CreateStarGiftCollection
impl PartialEq for CreateStarGiftCollection
Source§impl RemoteCall for CreateStarGiftCollection
impl RemoteCall for CreateStarGiftCollection
Source§type Return = StarGiftCollection
type Return = StarGiftCollection
The deserialized response type.
impl StructuralPartialEq for CreateStarGiftCollection
Auto Trait Implementations§
impl Freeze for CreateStarGiftCollection
impl RefUnwindSafe for CreateStarGiftCollection
impl Send for CreateStarGiftCollection
impl Sync for CreateStarGiftCollection
impl Unpin for CreateStarGiftCollection
impl UnsafeUnpin for CreateStarGiftCollection
impl UnwindSafe for CreateStarGiftCollection
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