pub struct LuaBootstrapRaiseMarketItemPurchasedParams {
pub count: u32,
pub market: LuaEntity,
pub offer_index: u32,
pub player_index: u32,
}Fields§
§count: u32The amount of offers purchased.
market: LuaEntityThe market entity.
offer_index: u32The index of the offer purchased.
player_index: u32The player who did the purchasing.
Trait Implementations§
Source§impl Clone for LuaBootstrapRaiseMarketItemPurchasedParams
impl Clone for LuaBootstrapRaiseMarketItemPurchasedParams
Source§fn clone(&self) -> LuaBootstrapRaiseMarketItemPurchasedParams
fn clone(&self) -> LuaBootstrapRaiseMarketItemPurchasedParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for LuaBootstrapRaiseMarketItemPurchasedParams
impl Default for LuaBootstrapRaiseMarketItemPurchasedParams
Source§fn default() -> LuaBootstrapRaiseMarketItemPurchasedParams
fn default() -> LuaBootstrapRaiseMarketItemPurchasedParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LuaBootstrapRaiseMarketItemPurchasedParams
impl RefUnwindSafe for LuaBootstrapRaiseMarketItemPurchasedParams
impl Send for LuaBootstrapRaiseMarketItemPurchasedParams
impl Sync for LuaBootstrapRaiseMarketItemPurchasedParams
impl Unpin for LuaBootstrapRaiseMarketItemPurchasedParams
impl UnsafeUnpin for LuaBootstrapRaiseMarketItemPurchasedParams
impl UnwindSafe for LuaBootstrapRaiseMarketItemPurchasedParams
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