Enum mailstrom::WorkerStatus[][src]

#[repr(u8)]
pub enum WorkerStatus { Ok, Terminated, ChannelDisconnected, LockPoisoned, StorageWriteFailed, StorageReadFailed, ResolverCreationFailed, Unknown, }

Variants

Methods

impl WorkerStatus
[src]

Trait Implementations

impl Debug for WorkerStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for WorkerStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WorkerStatus
[src]

impl PartialEq for WorkerStatus
[src]

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

This method tests for !=.

Auto Trait Implementations