Struct actix_web::actix::dev::ContextFut
source · pub struct ContextFut<A, C>where
C: AsyncContextParts<A>,
A: Actor<Context = C>,{ /* private fields */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<A, C> !RefUnwindSafe for ContextFut<A, C>
impl<A, C> !Send for ContextFut<A, C>
impl<A, C> !Sync for ContextFut<A, C>
impl<A, C> Unpin for ContextFut<A, C>where
A: Unpin,
C: Unpin,
impl<A, C> !UnwindSafe for ContextFut<A, C>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<F, A> WrapFuture<A> for Fwhere
F: Future,
A: Actor,
impl<F, A> WrapFuture<A> for Fwhere
F: Future,
A: Actor,
type Future = FutureWrap<F, A>
type Future = FutureWrap<F, A>
The future that this type can be converted into.
sourcefn into_actor(self, _: &A) -> <F as WrapFuture<A>>::Future
fn into_actor(self, _: &A) -> <F as WrapFuture<A>>::Future
Convert normal future to a ActorFuture