Enum actix_web::actix::signal::SignalType [−][src]
Different types of process signals
Variants
Hup
SIGHUP
Int
SIGINT
Term
SIGTERM
Quit
SIGQUIT
Child
SIGCHILD
Trait Implementations
impl Message for SignalType
[src]
impl Message for SignalType
type Result = ()
The type of value that this message will resolved with if it is successful. Read more
impl PartialEq<SignalType> for SignalType
[src]
[+]
impl PartialEq<SignalType> for SignalType
impl Debug for SignalType
[src]
[+]
impl Debug for SignalType
impl Clone for SignalType
[src]
[+]
impl Clone for SignalType
impl Copy for SignalType
[src]
impl Copy for SignalType
Auto Trait Implementations
impl Send for SignalType
impl Send for SignalType
impl Sync for SignalType
impl Sync for SignalType