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