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

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
[src]

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

impl PartialEq<SignalType> for SignalType
[src]
[+]

[]

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

[]

This method tests for !=.

impl Debug for SignalType
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl Clone for SignalType
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for SignalType
[src]

Auto Trait Implementations

impl Send for SignalType

impl Sync for SignalType