pub struct DeleteStarGiftCollection {
pub peer: InputPeer,
pub collection_id: i32,
}Expand description
payments.deleteStarGiftCollection
Generated from:
payments.deleteStarGiftCollection#ad5648e8 peer:InputPeer collection_id:int = BoolFields§
§peer: InputPeer§collection_id: i32Trait Implementations§
Source§impl Clone for DeleteStarGiftCollection
impl Clone for DeleteStarGiftCollection
Source§fn clone(&self) -> DeleteStarGiftCollection
fn clone(&self) -> DeleteStarGiftCollection
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 DeleteStarGiftCollection
impl Debug for DeleteStarGiftCollection
Source§impl Identifiable for DeleteStarGiftCollection
impl Identifiable for DeleteStarGiftCollection
Source§const CONSTRUCTOR_ID: u32 = 0xad5648e8
const CONSTRUCTOR_ID: u32 = 0xad5648e8
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DeleteStarGiftCollection
impl PartialEq for DeleteStarGiftCollection
impl StructuralPartialEq for DeleteStarGiftCollection
Auto Trait Implementations§
impl Freeze for DeleteStarGiftCollection
impl RefUnwindSafe for DeleteStarGiftCollection
impl Send for DeleteStarGiftCollection
impl Sync for DeleteStarGiftCollection
impl Unpin for DeleteStarGiftCollection
impl UnsafeUnpin for DeleteStarGiftCollection
impl UnwindSafe for DeleteStarGiftCollection
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