Enum futures_shuttle::ShuttleError
[−]
[src]
pub enum ShuttleError {
Corrupted,
Stopped,
}Describes the possible error state of the Shuttle object.
Variants
CorruptedThis object' internal state is corrupted and it cannot be used anymore.
StoppedThis Shuttle has been stopped (the other side has been dropped and disappeared)
Trait Implementations
impl Debug for ShuttleError[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for ShuttleError[src]
fn eq(&self, __arg_0: &ShuttleError) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Display for ShuttleError[src]
fn fmt(&self, fmt: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more