Struct futures_util::future::Aborted [−][src]
pub struct Aborted;
Indicator that the Abortable
future was aborted.
Trait Implementations
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
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for Aborted
[src]
impl Eq for Aborted
impl PartialEq for Aborted
[src]
impl PartialEq for Aborted