Enum actix_web::actix::actix::ActorState [−]
pub enum ActorState { Started, Running, Stopping, Stopped, }
Actor execution state
Variants
Started
Actor is started.
Running
Actor is running.
Stopping
Actor is stopping.
Stopped
Actor is stopped.
Methods
impl ActorState
impl ActorState
pub fn alive(self) -> bool
pub fn alive(self) -> bool
Indicates if actor is alive
pub fn stopping(self) -> bool
pub fn stopping(self) -> bool
Indicates if actor is stopped of stopping
Trait Implementations
impl Debug for ActorState
impl Debug for ActorState
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for ActorState
impl Copy for ActorState
impl Clone for ActorState
impl Clone for ActorState
fn clone(&self) -> ActorState
fn clone(&self) -> ActorState
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq<ActorState> for ActorState
impl PartialEq<ActorState> for ActorState
Auto Trait Implementations
impl Send for ActorState
impl Send for ActorState
impl Sync for ActorState
impl Sync for ActorState