Struct actix_web::actix::msgs::StartActor [−][src]
pub struct StartActor<A>(_)
where
A: Actor;
Start actor in arbiter's thread
Methods
impl<A> StartActor<A> where
A: Actor<Context = Context<A>>,
[src]
impl<A> StartActor<A> where
A: Actor<Context = Context<A>>,
Trait Implementations
impl<A> Message for StartActor<A> where
A: Actor,
[src]
impl<A> Message for StartActor<A> where
A: Actor,
type Result = Addr<A>
The type of value that this message will resolved with if it is successful. Read more
impl<A> Handler<StartActor<A>> for Arbiter where
A: Actor<Context = Context<A>>,
[src]
impl<A> Handler<StartActor<A>> for Arbiter where
A: Actor<Context = Context<A>>,
Auto Trait Implementations
impl<A> Send for StartActor<A>
impl<A> Send for StartActor<A>
impl<A> !Sync for StartActor<A>
impl<A> !Sync for StartActor<A>