Struct futures::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 AbortRegistrationAuto Trait Implementations
impl Send for AbortRegistration
impl Send for AbortRegistrationimpl Sync for AbortRegistration
impl Sync for AbortRegistration