Enum apecs::ShouldContinue
source · [−]pub enum ShouldContinue {
Yes,
No,
}Expand description
Whether or not a system should continue execution.
Variants
Yes
No
Auto Trait Implementations
impl RefUnwindSafe for ShouldContinue
impl Send for ShouldContinue
impl Sync for ShouldContinue
impl Unpin for ShouldContinue
impl UnwindSafe for ShouldContinue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more