Struct actix_web::actix::actix::SpawnHandle [−]
pub struct SpawnHandle(_);
Spawned future handle. Could be used for cancelling spawned future.
Methods
impl SpawnHandle
impl SpawnHandle
pub fn next(self) -> SpawnHandle
pub fn next(self) -> SpawnHandle
Get next handle
Trait Implementations
impl Eq for SpawnHandle
impl Eq for SpawnHandle
impl PartialEq<SpawnHandle> for SpawnHandle
impl PartialEq<SpawnHandle> for SpawnHandle
fn eq(&self, other: &SpawnHandle) -> bool
fn eq(&self, other: &SpawnHandle) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &SpawnHandle) -> bool
fn ne(&self, other: &SpawnHandle) -> bool
This method tests for !=
.
impl Hash for SpawnHandle
impl Hash for SpawnHandle
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl Clone for SpawnHandle
impl Clone for SpawnHandle
fn clone(&self) -> SpawnHandle
fn clone(&self) -> SpawnHandle
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 SpawnHandle
impl Debug for SpawnHandle
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Default for SpawnHandle
impl Default for SpawnHandle
fn default() -> SpawnHandle
fn default() -> SpawnHandle
Returns the "default value" for a type. Read more
impl Copy for SpawnHandle
impl Copy for SpawnHandle
Auto Trait Implementations
impl Send for SpawnHandle
impl Send for SpawnHandle
impl Sync for SpawnHandle
impl Sync for SpawnHandle