pub struct OnEquipmentInserted;Expand description
Called after equipment is inserted into an equipment grid.
Implementations§
Trait Implementations§
Source§impl Clone for OnEquipmentInserted
impl Clone for OnEquipmentInserted
Source§fn clone(&self) -> OnEquipmentInserted
fn clone(&self) -> OnEquipmentInserted
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 OnEquipmentInserted
Source§impl Debug for OnEquipmentInserted
impl Debug for OnEquipmentInserted
impl Eq for OnEquipmentInserted
Source§impl PartialEq for OnEquipmentInserted
impl PartialEq for OnEquipmentInserted
impl StructuralPartialEq for OnEquipmentInserted
Auto Trait Implementations§
impl Freeze for OnEquipmentInserted
impl RefUnwindSafe for OnEquipmentInserted
impl Send for OnEquipmentInserted
impl Sync for OnEquipmentInserted
impl Unpin for OnEquipmentInserted
impl UnsafeUnpin for OnEquipmentInserted
impl UnwindSafe for OnEquipmentInserted
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