pub struct RemovedEventHandler { /* private fields */ }
Expand description
Entity is despawned from the current world
Implementations§
Trait Implementations§
Source§impl Default for RemovedEventHandler
impl Default for RemovedEventHandler
Auto Trait Implementations§
impl Freeze for RemovedEventHandler
impl !RefUnwindSafe for RemovedEventHandler
impl !Send for RemovedEventHandler
impl !Sync for RemovedEventHandler
impl Unpin for RemovedEventHandler
impl !UnwindSafe for RemovedEventHandler
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