pub struct GetStarGiftCollections {
pub peer: InputPeer,
pub hash: i64,
}Expand description
payments.getStarGiftCollections
Generated from:
payments.getStarGiftCollections#981b91dd peer:InputPeer hash:long = payments.StarGiftCollectionsFields§
§peer: InputPeer§hash: i64Trait Implementations§
Source§impl Clone for GetStarGiftCollections
impl Clone for GetStarGiftCollections
Source§fn clone(&self) -> GetStarGiftCollections
fn clone(&self) -> GetStarGiftCollections
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 GetStarGiftCollections
impl Debug for GetStarGiftCollections
Source§impl Identifiable for GetStarGiftCollections
impl Identifiable for GetStarGiftCollections
Source§const CONSTRUCTOR_ID: u32 = 0x981b91dd
const CONSTRUCTOR_ID: u32 = 0x981b91dd
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetStarGiftCollections
impl PartialEq for GetStarGiftCollections
Source§impl RemoteCall for GetStarGiftCollections
impl RemoteCall for GetStarGiftCollections
Source§type Return = StarGiftCollections
type Return = StarGiftCollections
The deserialized response type.
impl StructuralPartialEq for GetStarGiftCollections
Auto Trait Implementations§
impl Freeze for GetStarGiftCollections
impl RefUnwindSafe for GetStarGiftCollections
impl Send for GetStarGiftCollections
impl Sync for GetStarGiftCollections
impl Unpin for GetStarGiftCollections
impl UnsafeUnpin for GetStarGiftCollections
impl UnwindSafe for GetStarGiftCollections
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