Enum nolock::queues::spsc::EnqueueError[][src]

pub enum EnqueueError {
    WouldBlock,
    Closed,
}
Expand description

The Error for the Enqueue Operation

Variants

WouldBlock

This means that the Queue is full and the Element could not be inserted in this Moment

Closed

This indicates that the Queue is empty and the other side of the Queue has been dropped, meaning that no more Items can be added to the Queue either

Trait Implementations

Formats the value using the given formatter. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.