pub struct LuaBootstrapRaisePlayerCraftedItemParams {
pub item_stack: LuaItemStack,
pub player_index: u32,
pub recipe: LuaAny,
}Fields§
§item_stack: LuaItemStackThe item that has been crafted.
player_index: u32The player doing the crafting.
recipe: LuaAnyThe recipe used to craft this item.
Trait Implementations§
Source§impl Clone for LuaBootstrapRaisePlayerCraftedItemParams
impl Clone for LuaBootstrapRaisePlayerCraftedItemParams
Source§fn clone(&self) -> LuaBootstrapRaisePlayerCraftedItemParams
fn clone(&self) -> LuaBootstrapRaisePlayerCraftedItemParams
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 LuaBootstrapRaisePlayerCraftedItemParams
impl Default for LuaBootstrapRaisePlayerCraftedItemParams
Source§fn default() -> LuaBootstrapRaisePlayerCraftedItemParams
fn default() -> LuaBootstrapRaisePlayerCraftedItemParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LuaBootstrapRaisePlayerCraftedItemParams
impl RefUnwindSafe for LuaBootstrapRaisePlayerCraftedItemParams
impl Send for LuaBootstrapRaisePlayerCraftedItemParams
impl Sync for LuaBootstrapRaisePlayerCraftedItemParams
impl Unpin for LuaBootstrapRaisePlayerCraftedItemParams
impl UnsafeUnpin for LuaBootstrapRaisePlayerCraftedItemParams
impl UnwindSafe for LuaBootstrapRaisePlayerCraftedItemParams
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