Struct g_rust::extension::parsers::subparsers::MarketplaceItemStatsData
source · pub struct MarketplaceItemStatsData {
pub day_offset: i32,
pub average_price: i32,
pub sold_amount: i32,
}
Fields§
§day_offset: i32
§average_price: i32
§sold_amount: i32
Trait Implementations§
source§impl Clone for MarketplaceItemStatsData
impl Clone for MarketplaceItemStatsData
source§fn clone(&self) -> MarketplaceItemStatsData
fn clone(&self) -> MarketplaceItemStatsData
Returns a copy 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 MarketplaceItemStatsData
impl Debug for MarketplaceItemStatsData
source§impl Default for MarketplaceItemStatsData
impl Default for MarketplaceItemStatsData
source§fn default() -> MarketplaceItemStatsData
fn default() -> MarketplaceItemStatsData
Returns the “default value” for a type. Read more
source§impl PartialEq<MarketplaceItemStatsData> for MarketplaceItemStatsData
impl PartialEq<MarketplaceItemStatsData> for MarketplaceItemStatsData
source§fn eq(&self, other: &MarketplaceItemStatsData) -> bool
fn eq(&self, other: &MarketplaceItemStatsData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MarketplaceItemStatsData
Auto Trait Implementations§
impl RefUnwindSafe for MarketplaceItemStatsData
impl Send for MarketplaceItemStatsData
impl Sync for MarketplaceItemStatsData
impl Unpin for MarketplaceItemStatsData
impl UnwindSafe for MarketplaceItemStatsData
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