Struct actix::SpawnHandle [−][src]
pub struct SpawnHandle(_);
Spawned future handle. Could be used for cancelling spawned future.
Methods
impl SpawnHandle
[src]
impl SpawnHandle
pub fn next(self) -> SpawnHandle
[src]
pub fn next(self) -> SpawnHandle
Get next handle
Trait Implementations
impl Eq for SpawnHandle
[src]
impl Eq for SpawnHandle
impl PartialEq for SpawnHandle
[src]
impl PartialEq for SpawnHandle
fn eq(&self, other: &SpawnHandle) -> bool
[src]
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
[src]
fn ne(&self, other: &SpawnHandle) -> bool
This method tests for !=
.
impl Debug for SpawnHandle
[src]
impl Debug for SpawnHandle
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 Copy for SpawnHandle
[src]
impl Copy for SpawnHandle
impl Clone for SpawnHandle
[src]
impl Clone for SpawnHandle
fn clone(&self) -> SpawnHandle
[src]
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 Hash for SpawnHandle
[src]
impl Hash for SpawnHandle
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
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 Default for SpawnHandle
[src]
impl Default for SpawnHandle
fn default() -> SpawnHandle
[src]
fn default() -> SpawnHandle
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for SpawnHandle
impl Send for SpawnHandle
impl Sync for SpawnHandle
impl Sync for SpawnHandle