pub struct GetStarGiftAuctionState {
pub auction: InputStarGiftAuction,
pub version: i32,
}Expand description
payments.getStarGiftAuctionState
Generated from:
payments.getStarGiftAuctionState#5c9ff4d6 auction:InputStarGiftAuction version:int = payments.StarGiftAuctionStateFields§
§auction: InputStarGiftAuction§version: i32Trait Implementations§
Source§impl Clone for GetStarGiftAuctionState
impl Clone for GetStarGiftAuctionState
Source§fn clone(&self) -> GetStarGiftAuctionState
fn clone(&self) -> GetStarGiftAuctionState
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 GetStarGiftAuctionState
impl Debug for GetStarGiftAuctionState
Source§impl Identifiable for GetStarGiftAuctionState
impl Identifiable for GetStarGiftAuctionState
Source§const CONSTRUCTOR_ID: u32 = 0x5c9ff4d6
const CONSTRUCTOR_ID: u32 = 0x5c9ff4d6
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetStarGiftAuctionState
impl PartialEq for GetStarGiftAuctionState
Source§impl RemoteCall for GetStarGiftAuctionState
impl RemoteCall for GetStarGiftAuctionState
Source§type Return = StarGiftAuctionState
type Return = StarGiftAuctionState
The deserialized response type.
impl StructuralPartialEq for GetStarGiftAuctionState
Auto Trait Implementations§
impl Freeze for GetStarGiftAuctionState
impl RefUnwindSafe for GetStarGiftAuctionState
impl Send for GetStarGiftAuctionState
impl Sync for GetStarGiftAuctionState
impl Unpin for GetStarGiftAuctionState
impl UnsafeUnpin for GetStarGiftAuctionState
impl UnwindSafe for GetStarGiftAuctionState
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