Enum futures_shuttle::ShuttleError [] [src]

pub enum ShuttleError {
    Corrupted,
    Stopped,
}

Describes the possible error state of the Shuttle object.

Variants

This object' internal state is corrupted and it cannot be used anymore.

This Shuttle has been stopped (the other side has been dropped and disappeared)

Trait Implementations

impl Debug for ShuttleError
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ShuttleError
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Display for ShuttleError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ShuttleError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

Auto Trait Implementations

impl Send for ShuttleError

impl Sync for ShuttleError