Enum alternate_future::AwaitError [] [src]

pub enum AwaitError {
    Broken,
}

Variants

Trait Implementations

impl Copy for AwaitError
[src]

impl Clone for AwaitError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AwaitError
[src]

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

This method tests for !=.

impl Eq for AwaitError
[src]

impl Debug for AwaitError
[src]

Formats the value using the given formatter.

impl Error for AwaitError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for AwaitError
[src]

Formats the value using the given formatter. Read more