Struct futures::future::Aborted [−][src]
pub struct Aborted;
Indicator that the Abortable future was aborted.
Trait Implementations
impl Eq for Aborted[src]
impl Eq for Abortedimpl PartialEq<Aborted> for Aborted[src]
impl PartialEq<Aborted> for Abortedfn eq(&self, other: &Aborted) -> bool[src]
fn eq(&self, other: &Aborted) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Copy for Aborted[src]
impl Copy for Abortedimpl Clone for Aborted[src]
impl Clone for Abortedfn clone(&self) -> Aborted[src]
fn clone(&self) -> AbortedReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Aborted[src]
impl Debug for Aborted