Enum rain_core::common_capnp::TaskState[][src]

#[repr(u16)]
pub enum TaskState { NotAssigned, Ready, Assigned, Running, Finished, Failed, }

Variants

Trait Implementations

impl Clone for TaskState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TaskState
[src]

impl PartialEq for TaskState
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl FromU16 for TaskState
[src]

impl ToU16 for TaskState
[src]

impl HasTypeId for TaskState
[src]

impl Debug for TaskState
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TaskState

impl Sync for TaskState