pub struct StarGiftAuctionStateNotModified {}Expand description
Read starGiftAuctionStateNotModified docs.
Generated from the following TL definition:
starGiftAuctionStateNotModified#fe333952 = StarGiftAuctionStateTrait Implementations§
Source§impl Clone for StarGiftAuctionStateNotModified
impl Clone for StarGiftAuctionStateNotModified
Source§fn clone(&self) -> StarGiftAuctionStateNotModified
fn clone(&self) -> StarGiftAuctionStateNotModified
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 From<StarGiftAuctionStateNotModified> for StarGiftAuctionState
impl From<StarGiftAuctionStateNotModified> for StarGiftAuctionState
Source§fn from(_x: StarGiftAuctionStateNotModified) -> Self
fn from(_x: StarGiftAuctionStateNotModified) -> Self
Converts to this type from the input type.
Source§impl Identifiable for StarGiftAuctionStateNotModified
impl Identifiable for StarGiftAuctionStateNotModified
Source§const CONSTRUCTOR_ID: u32 = 4264769874
const CONSTRUCTOR_ID: u32 = 4264769874
The unique identifier for the type.
Source§impl PartialEq for StarGiftAuctionStateNotModified
impl PartialEq for StarGiftAuctionStateNotModified
Source§fn eq(&self, other: &StarGiftAuctionStateNotModified) -> bool
fn eq(&self, other: &StarGiftAuctionStateNotModified) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serializable for StarGiftAuctionStateNotModified
impl Serializable for StarGiftAuctionStateNotModified
impl StructuralPartialEq for StarGiftAuctionStateNotModified
Auto Trait Implementations§
impl Freeze for StarGiftAuctionStateNotModified
impl RefUnwindSafe for StarGiftAuctionStateNotModified
impl Send for StarGiftAuctionStateNotModified
impl Sync for StarGiftAuctionStateNotModified
impl Unpin for StarGiftAuctionStateNotModified
impl UnsafeUnpin for StarGiftAuctionStateNotModified
impl UnwindSafe for StarGiftAuctionStateNotModified
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