pub struct ItemMarketListingItemBonus {
pub id: i32,
pub title: String,
pub description: String,
pub value: i32,
}Fields§
§id: i32§title: String§description: String§value: i32Trait Implementations§
Source§impl Clone for ItemMarketListingItemBonus
impl Clone for ItemMarketListingItemBonus
Source§fn clone(&self) -> ItemMarketListingItemBonus
fn clone(&self) -> ItemMarketListingItemBonus
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 ItemMarketListingItemBonus
impl Debug for ItemMarketListingItemBonus
Source§impl<'de> Deserialize<'de> for ItemMarketListingItemBonus
impl<'de> Deserialize<'de> for ItemMarketListingItemBonus
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 ItemMarketListingItemBonus
impl PartialEq for ItemMarketListingItemBonus
Source§fn eq(&self, other: &ItemMarketListingItemBonus) -> bool
fn eq(&self, other: &ItemMarketListingItemBonus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ItemMarketListingItemBonus
Auto Trait Implementations§
impl Freeze for ItemMarketListingItemBonus
impl RefUnwindSafe for ItemMarketListingItemBonus
impl Send for ItemMarketListingItemBonus
impl Sync for ItemMarketListingItemBonus
impl Unpin for ItemMarketListingItemBonus
impl UnwindSafe for ItemMarketListingItemBonus
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