Struct actix_web::actix::msgs::StopArbiter [−][src]
pub struct StopArbiter(pub i32);
Stop arbiter execution
Trait Implementations
impl Message for StopArbiter[src]
impl Message for StopArbitertype Result = ()
The type of value that this message will resolved with if it is successful. Read more
impl Handler<StopArbiter> for Arbiter[src]
impl Handler<StopArbiter> for ArbiterAuto Trait Implementations
impl Send for StopArbiter
impl Send for StopArbiterimpl Sync for StopArbiter
impl Sync for StopArbiter