pub struct OnPlayerCancelledCrafting;Expand description
Called when a player cancels crafting.
Implementations§
Trait Implementations§
Source§impl Clone for OnPlayerCancelledCrafting
impl Clone for OnPlayerCancelledCrafting
Source§fn clone(&self) -> OnPlayerCancelledCrafting
fn clone(&self) -> OnPlayerCancelledCrafting
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 OnPlayerCancelledCrafting
Source§impl Debug for OnPlayerCancelledCrafting
impl Debug for OnPlayerCancelledCrafting
impl Eq for OnPlayerCancelledCrafting
impl StructuralPartialEq for OnPlayerCancelledCrafting
Auto Trait Implementations§
impl Freeze for OnPlayerCancelledCrafting
impl RefUnwindSafe for OnPlayerCancelledCrafting
impl Send for OnPlayerCancelledCrafting
impl Sync for OnPlayerCancelledCrafting
impl Unpin for OnPlayerCancelledCrafting
impl UnsafeUnpin for OnPlayerCancelledCrafting
impl UnwindSafe for OnPlayerCancelledCrafting
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