pub struct IsSystemParamFunction;Expand description
Marker of MarkedEntitySystem implementation for SystemParamFunction
Auto Trait Implementations§
impl Freeze for IsSystemParamFunction
impl RefUnwindSafe for IsSystemParamFunction
impl Send for IsSystemParamFunction
impl Sync for IsSystemParamFunction
impl Unpin for IsSystemParamFunction
impl UnwindSafe for IsSystemParamFunction
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