pub struct SystemRunCondition(/* private fields */);Implementations§
Source§impl SystemRunCondition
impl SystemRunCondition
pub fn new<T: UniverseCondition>() -> Self
pub fn evaluate(&self, context: SystemContext<'_>) -> bool
Auto Trait Implementations§
impl Freeze for SystemRunCondition
impl !RefUnwindSafe for SystemRunCondition
impl Send for SystemRunCondition
impl Sync for SystemRunCondition
impl Unpin for SystemRunCondition
impl !UnwindSafe for SystemRunCondition
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