Enum ambient_api_core::ecs::QueryEvent
source · pub enum QueryEvent {
Spawn,
Despawn,
}
Expand description
When this EventQuery should return results.
Variants§
Spawn
When this collection of components is spawned.
Despawn
When this collection of components is despawned.
Auto Trait Implementations§
impl RefUnwindSafe for QueryEvent
impl Send for QueryEvent
impl Sync for QueryEvent
impl Unpin for QueryEvent
impl UnwindSafe for QueryEvent
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