pub struct Auctions {
pub won: i32,
pub sold: i32,
}Fields§
§won: i32§sold: i32Trait Implementations§
Source§impl<'de> Deserialize<'de> for Auctions
impl<'de> Deserialize<'de> for Auctions
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
impl StructuralPartialEq for Auctions
Auto Trait Implementations§
impl Freeze for Auctions
impl RefUnwindSafe for Auctions
impl Send for Auctions
impl Sync for Auctions
impl Unpin for Auctions
impl UnwindSafe for Auctions
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