pub struct DespawnManyCommand { /* private fields */ }Implementations§
Source§impl DespawnManyCommand
impl DespawnManyCommand
pub fn new(entities: impl IntoIterator<Item = Entity>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DespawnManyCommand
impl RefUnwindSafe for DespawnManyCommand
impl Send for DespawnManyCommand
impl Sync for DespawnManyCommand
impl Unpin for DespawnManyCommand
impl UnwindSafe for DespawnManyCommand
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