Flags used for waiting for child processes.
struct WaitFlags(/* */)
| Name | Description |
|---|---|
| BitAnd | Objects that implement the binary |
| BitOr | Objects that implement the binary |
| Clone | Objects that can be duplicated. |
| Copy | Objects that can safely be copied via |
| Eq | Objects that implement the binary |
| MaybeClone | Objects that can be duplicated. |
| Not | Objects that implement the unary |
| Pod | Objects that are safe to use if they contain a random bit pattern. |