[]Struct actix_web::actix::actix::dev::ContextFut

pub struct ContextFut<A, C> where
    A: Actor<Context = C>,
    C: AsyncContextParts<A>, 
{ /* fields omitted */ }

Methods

impl<A, C> ContextFut<A, C> where
    A: Actor<Context = C>,
    C: AsyncContextParts<A>, 

Trait Implementations

impl<A, C> Debug for ContextFut<A, C> where
    A: Actor<Context = C>,
    C: AsyncContextParts<A>, 

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<A, C> !Send for ContextFut<A, C>

impl<A, C> !Sync for ContextFut<A, C>

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more

impl<F> IntoFuture for F where
    F: Future
[src]

The future that this type can be converted into.

The item that the future may resolve with.

The error that the future may resolve with.

Consumes this object and produces a future.

impl<T> Erased for T

impl<T> FutureExt for T where
    T: Future + ?Sized
[src]

Creates a new future which allows self until timeout. Read more

impl<F, A> WrapFuture for F where
    A: Actor,
    F: Future

The future that this type can be converted into.

The item that the future may resolve with.

The error that the future may resolve with.

Convert normal future to a ActorFuture