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