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