pub struct OnPrePlayerCraftedItem;Expand description
Called when a player queues something to be crafted.
Implementations§
Trait Implementations§
Source§impl Clone for OnPrePlayerCraftedItem
impl Clone for OnPrePlayerCraftedItem
Source§fn clone(&self) -> OnPrePlayerCraftedItem
fn clone(&self) -> OnPrePlayerCraftedItem
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 moreimpl Copy for OnPrePlayerCraftedItem
Source§impl Debug for OnPrePlayerCraftedItem
impl Debug for OnPrePlayerCraftedItem
impl Eq for OnPrePlayerCraftedItem
Source§impl PartialEq for OnPrePlayerCraftedItem
impl PartialEq for OnPrePlayerCraftedItem
impl StructuralPartialEq for OnPrePlayerCraftedItem
Auto Trait Implementations§
impl Freeze for OnPrePlayerCraftedItem
impl RefUnwindSafe for OnPrePlayerCraftedItem
impl Send for OnPrePlayerCraftedItem
impl Sync for OnPrePlayerCraftedItem
impl Unpin for OnPrePlayerCraftedItem
impl UnsafeUnpin for OnPrePlayerCraftedItem
impl UnwindSafe for OnPrePlayerCraftedItem
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