Struct actix::SpawnHandle[][src]

pub struct SpawnHandle(_);

Spawned future handle. Could be used for cancelling spawned future.

Methods

impl SpawnHandle
[src]

Get next handle

Trait Implementations

impl Eq for SpawnHandle
[src]

impl PartialEq for SpawnHandle
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for SpawnHandle
[src]

Formats the value using the given formatter. Read more

impl Copy for SpawnHandle
[src]

impl Clone for SpawnHandle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for SpawnHandle
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for SpawnHandle
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for SpawnHandle

impl Sync for SpawnHandle