Struct actix::SpawnHandle [−][src]
pub struct SpawnHandle(_);
Spawned future handle. Could be used for cancelling spawned future.
Methods
impl SpawnHandle[src]
impl SpawnHandlepub fn next(self) -> SpawnHandle[src]
pub fn next(self) -> SpawnHandleGet next handle
Trait Implementations
impl Eq for SpawnHandle[src]
impl Eq for SpawnHandleimpl PartialEq for SpawnHandle[src]
impl PartialEq for SpawnHandlefn eq(&self, other: &SpawnHandle) -> bool[src]
fn eq(&self, other: &SpawnHandle) -> boolThis 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) -> boolThis method tests for !=.
impl Debug for SpawnHandle[src]
impl Debug for SpawnHandlefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for SpawnHandle[src]
impl Copy for SpawnHandleimpl Clone for SpawnHandle[src]
impl Clone for SpawnHandlefn clone(&self) -> SpawnHandle[src]
fn clone(&self) -> SpawnHandleReturns 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 SpawnHandlefn 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 SpawnHandlefn default() -> SpawnHandle[src]
fn default() -> SpawnHandleReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for SpawnHandle
impl Send for SpawnHandleimpl Sync for SpawnHandle
impl Sync for SpawnHandle