Enum actix::ActorState [−][src]
Actor execution state
Variants
Started
Actor is started.
Running
Actor is running.
Stopping
Actor is stopping.
Stopped
Actor is stopped.
Methods
impl ActorState
[src]
[−]
impl ActorState
pub fn alive(self) -> bool
[src]
[−]
pub fn alive(self) -> bool
Indicates if actor is alive
pub fn stopping(self) -> bool
[src]
[−]
pub fn stopping(self) -> bool
Indicates if actor is stopped of stopping
Trait Implementations
impl PartialEq for ActorState
[src]
[+]
impl PartialEq for ActorState
impl Debug for ActorState
[src]
[+]
impl Debug for ActorState
impl Copy for ActorState
[src]
impl Copy for ActorState
impl Clone for ActorState
[src]
[+]
impl Clone for ActorState
Auto Trait Implementations
impl Send for ActorState
impl Send for ActorState
impl Sync for ActorState
impl Sync for ActorState