Struct actix_web::actix::actix::MessageResult [−]
Helper type that implements MessageResponse
trait
Trait Implementations
impl<A, M> MessageResponse<A, M> for MessageResult<M> where
A: Actor,
M: Message,
impl<A, M> MessageResponse<A, M> for MessageResult<M> where
A: Actor,
M: Message,
fn handle<R>(self, &mut <A as Actor>::Context, tx: Option<R>) where
R: ResponseChannel<M>,
fn handle<R>(self, &mut <A as Actor>::Context, tx: Option<R>) where
R: ResponseChannel<M>,
Auto Trait Implementations
impl<M> Send for MessageResult<M> where
<M as Message>::Result: Send,
impl<M> Send for MessageResult<M> where
<M as Message>::Result: Send,
impl<M> Sync for MessageResult<M> where
<M as Message>::Result: Sync,
impl<M> Sync for MessageResult<M> where
<M as Message>::Result: Sync,