pub struct UpdateStarGiftAuctionUserState {
pub gift_id: i64,
pub user_state: StarGiftAuctionUserState,
}Expand description
updateStarGiftAuctionUserState
Generated from:
updateStarGiftAuctionUserState#dc58f31e gift_id:long user_state:StarGiftAuctionUserState = UpdateFields§
§gift_id: i64§user_state: StarGiftAuctionUserStateTrait Implementations§
Source§impl Clone for UpdateStarGiftAuctionUserState
impl Clone for UpdateStarGiftAuctionUserState
Source§fn clone(&self) -> UpdateStarGiftAuctionUserState
fn clone(&self) -> UpdateStarGiftAuctionUserState
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 Deserializable for UpdateStarGiftAuctionUserState
impl Deserializable for UpdateStarGiftAuctionUserState
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<UpdateStarGiftAuctionUserState> for Update
impl From<UpdateStarGiftAuctionUserState> for Update
Source§fn from(x: UpdateStarGiftAuctionUserState) -> Self
fn from(x: UpdateStarGiftAuctionUserState) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateStarGiftAuctionUserState
impl Identifiable for UpdateStarGiftAuctionUserState
Source§const CONSTRUCTOR_ID: u32 = 0xdc58f31e
const CONSTRUCTOR_ID: u32 = 0xdc58f31e
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateStarGiftAuctionUserState
impl PartialEq for UpdateStarGiftAuctionUserState
Source§fn eq(&self, other: &UpdateStarGiftAuctionUserState) -> bool
fn eq(&self, other: &UpdateStarGiftAuctionUserState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateStarGiftAuctionUserState
Auto Trait Implementations§
impl Freeze for UpdateStarGiftAuctionUserState
impl RefUnwindSafe for UpdateStarGiftAuctionUserState
impl Send for UpdateStarGiftAuctionUserState
impl Sync for UpdateStarGiftAuctionUserState
impl Unpin for UpdateStarGiftAuctionUserState
impl UnsafeUnpin for UpdateStarGiftAuctionUserState
impl UnwindSafe for UpdateStarGiftAuctionUserState
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