Enum actix::Running [−][src]
pub enum Running { Stop, Continue, }
Variants
Stop
Continue
Trait Implementations
impl Clone for Running
[src]
impl Clone for Running
fn clone(&self) -> Running
[src]
fn clone(&self) -> Running
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 Copy for Running
[src]
impl Copy for Running
impl Debug for Running
[src]
impl Debug for Running
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Running
[src]
impl PartialEq for Running