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 Aborted
impl PartialEq<Aborted> for Aborted
[src]
impl PartialEq<Aborted> for Aborted
fn eq(&self, other: &Aborted) -> bool
[src]
fn eq(&self, other: &Aborted) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Copy for Aborted
[src]
impl Copy for Aborted
impl Clone for Aborted
[src]
impl Clone for Aborted
fn clone(&self) -> Aborted
[src]
fn clone(&self) -> Aborted
Returns 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