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