Struct actix_web::actix::actix::Response[]

pub struct Response<I, E> { /* fields omitted */ }

Helper type for representing different type of message responses

Methods

impl<I, E> Response<I, E>

Create async response

Create response

Trait Implementations

impl<A, M, I, E> MessageResponse<A, M> for Response<I, E> where
    A: Actor,
    E: 'static,
    I: 'static,
    M: Message<Result = Result<I, E>>,
    <A as Actor>::Context: AsyncContext<A>, 

Auto Trait Implementations

impl<I, E> !Send for Response<I, E>

impl<I, E> !Sync for Response<I, E>