Struct futures_util::future::AbortRegistration [−][src]
pub struct AbortRegistration { /* fields omitted */ }
A registration handle for a Abortable
future.
Values of this type can be acquired from AbortHandle::new
and are used
in calls to Abortable::new
.
Trait Implementations
impl Debug for AbortRegistration
[src]
impl Debug for AbortRegistration
Auto Trait Implementations
impl Send for AbortRegistration
impl Send for AbortRegistration
impl Sync for AbortRegistration
impl Sync for AbortRegistration