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