pub struct UpdateActiveGiftAuctions {
pub states: Vec<GiftAuctionState>,
}Expand description
The list of auctions in which participate the current user has changed
Fields§
§states: Vec<GiftAuctionState>New states of the auctions
Trait Implementations§
Source§impl Clone for UpdateActiveGiftAuctions
impl Clone for UpdateActiveGiftAuctions
Source§fn clone(&self) -> UpdateActiveGiftAuctions
fn clone(&self) -> UpdateActiveGiftAuctions
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 UpdateActiveGiftAuctions
impl Debug for UpdateActiveGiftAuctions
Source§impl Default for UpdateActiveGiftAuctions
impl Default for UpdateActiveGiftAuctions
Source§fn default() -> UpdateActiveGiftAuctions
fn default() -> UpdateActiveGiftAuctions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateActiveGiftAuctions
impl<'de> Deserialize<'de> for UpdateActiveGiftAuctions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdateActiveGiftAuctions
impl PartialEq for UpdateActiveGiftAuctions
Source§impl Serialize for UpdateActiveGiftAuctions
impl Serialize for UpdateActiveGiftAuctions
impl StructuralPartialEq for UpdateActiveGiftAuctions
Auto Trait Implementations§
impl Freeze for UpdateActiveGiftAuctions
impl RefUnwindSafe for UpdateActiveGiftAuctions
impl Send for UpdateActiveGiftAuctions
impl Sync for UpdateActiveGiftAuctions
impl Unpin for UpdateActiveGiftAuctions
impl UnsafeUnpin for UpdateActiveGiftAuctions
impl UnwindSafe for UpdateActiveGiftAuctions
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