Enum actix_web::actix::actix::Running [−]
pub enum Running { Stop, Continue, }
Variants
Stop
Continue
Trait Implementations
impl Debug for Running
impl Debug for Running
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 Running
impl Copy for Running
impl Clone for Running
impl Clone for Running
fn clone(&self) -> Running
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 PartialEq<Running> for Running
impl PartialEq<Running> for Running