pub struct WithEntity<Marker, C: EntityCommand<Marker>> { /* private fields */ }
Expand description
Turns an EntityCommand
type into a Command
type.
Trait Implementations§
Source§impl<M, C: EntityCommand<M>> Command for WithEntity<M, C>where
M: 'static,
impl<M, C: EntityCommand<M>> Command for WithEntity<M, C>where
M: 'static,
Auto Trait Implementations§
impl<Marker, C> Freeze for WithEntity<Marker, C>where
C: Freeze,
impl<Marker, C> RefUnwindSafe for WithEntity<Marker, C>where
C: RefUnwindSafe,
impl<Marker, C> Send for WithEntity<Marker, C>
impl<Marker, C> Sync for WithEntity<Marker, C>where
C: Sync,
impl<Marker, C> Unpin for WithEntity<Marker, C>where
C: Unpin,
impl<Marker, C> UnwindSafe for WithEntity<Marker, C>where
C: 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