Enum actix_web::actix::actix::Running[]

pub enum Running {
    Stop,
    Continue,
}

Variants

Trait Implementations

impl Debug for Running

Formats the value using the given formatter. Read more

impl Copy for Running

impl Clone for Running

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq<Running> for Running

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Running

impl Sync for Running