pub struct ItemMarketListingItemStats {
pub damage: Option<f64>,
pub accuracy: Option<f64>,
pub armor: Option<f64>,
pub quality: f64,
}Fields§
§damage: Option<f64>§accuracy: Option<f64>§armor: Option<f64>§quality: f64Trait Implementations§
Source§impl Clone for ItemMarketListingItemStats
impl Clone for ItemMarketListingItemStats
Source§fn clone(&self) -> ItemMarketListingItemStats
fn clone(&self) -> ItemMarketListingItemStats
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ItemMarketListingItemStats
impl Debug for ItemMarketListingItemStats
Source§impl<'de> Deserialize<'de> for ItemMarketListingItemStats
impl<'de> Deserialize<'de> for ItemMarketListingItemStats
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 ItemMarketListingItemStats
impl PartialEq for ItemMarketListingItemStats
Source§fn eq(&self, other: &ItemMarketListingItemStats) -> bool
fn eq(&self, other: &ItemMarketListingItemStats) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ItemMarketListingItemStats
Auto Trait Implementations§
impl Freeze for ItemMarketListingItemStats
impl RefUnwindSafe for ItemMarketListingItemStats
impl Send for ItemMarketListingItemStats
impl Sync for ItemMarketListingItemStats
impl Unpin for ItemMarketListingItemStats
impl UnwindSafe for ItemMarketListingItemStats
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