Enum actix_web::actix::actix::Running [−]
pub enum Running { Stop, Continue, }
Variants
Stop
Continue
Trait Implementations
impl PartialEq<Running> for Running
impl PartialEq<Running> for Running
fn eq(&self, other: &Running) -> bool
fn eq(&self, other: &Running) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
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 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