Struct websocket::async::futures::Canceled
[−]
[src]
pub struct Canceled;
Error returned from a Receiver<T> whenever the corresponding Sender<T>
is dropped.
Trait Implementations
impl Error for Canceled[src]
fn description(&self) -> &str[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
The lower-level cause of this error, if any. Read more
impl PartialEq<Canceled> for Canceled[src]
fn eq(&self, __arg_0: &Canceled) -> 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 Copy for Canceled[src]
impl Debug for Canceled[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter. Read more
impl Eq for Canceled[src]
impl Display for Canceled[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter. Read more