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 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 Abortedfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for Aborted[src]
impl Eq for Abortedimpl PartialEq for Aborted[src]
impl PartialEq for Aborted