Enum actix::actors::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 PartialEq for SignalType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Clone for SignalType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SignalType
[src]

impl Debug for SignalType
[src]

[src]

Formats the value using the given formatter.

impl ResponseType for SignalType
[src]

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

The type of error that this message will resolve with if it fails in a normal fashion.