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 StopArbiter
type 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 Arbiter
Auto Trait Implementations
impl Send for StopArbiter
impl Send for StopArbiter
impl Sync for StopArbiter
impl Sync for StopArbiter