Struct actix_web::actix::actix::dev::SpawnHandle[]

pub struct SpawnHandle(_);

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

Methods

impl SpawnHandle

Get next handle

Trait Implementations

impl Debug for SpawnHandle

Formats the value using the given formatter. Read more

impl Copy for SpawnHandle

impl Default for SpawnHandle

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

impl Clone for SpawnHandle

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for SpawnHandle

impl PartialEq<SpawnHandle> for SpawnHandle

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

This method tests for !=.

impl Hash for SpawnHandle

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

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

Auto Trait Implementations

impl Send for SpawnHandle

impl Sync for SpawnHandle