pub struct SpawnManyCommand<T: Bundle + Send + Sync + 'static> { /* private fields */ }Implementations§
Source§impl<T: Bundle + Send + Sync + 'static> SpawnManyCommand<T>
impl<T: Bundle + Send + Sync + 'static> SpawnManyCommand<T>
pub fn new(bundles: impl IntoIterator<Item = T>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for SpawnManyCommand<T>
impl<T> RefUnwindSafe for SpawnManyCommand<T>where
T: RefUnwindSafe,
impl<T> Send for SpawnManyCommand<T>
impl<T> Sync for SpawnManyCommand<T>
impl<T> Unpin for SpawnManyCommand<T>where
T: Unpin,
impl<T> UnwindSafe for SpawnManyCommand<T>where
T: UnwindSafe,
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