Enum actix_web::actix::signal::SignalType[]

pub enum SignalType {
    Hup,
    Int,
    Term,
    Quit,
    Child,
}

Different types of process signals

Variants

SIGHUP

SIGINT

SIGTERM

SIGQUIT

SIGCHILD

Trait Implementations

impl Message for SignalType

The type of value that this message will resolved with if it is successful. Read more

impl Debug for SignalType

Formats the value using the given formatter. Read more

impl Copy for SignalType

impl Clone for SignalType

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq<SignalType> for SignalType

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 SignalType

impl Sync for SignalType