Enum actix_web::actix::actix::dev::actors::signal::SignalType [−]
pub enum SignalType { Hup, Int, Term, Quit, Child, }
Different types of process signals
Variants
Hup
SIGHUP
Int
SIGINT
Term
SIGTERM
Quit
SIGQUIT
Child
SIGCHILD
Trait Implementations
impl Message for SignalType
impl Message for SignalType
type Result = ()
The type of value that this message will resolved with if it is successful. Read more
impl Debug for SignalType
impl Debug for SignalType
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for SignalType
impl Copy for SignalType
impl Clone for SignalType
impl Clone for SignalType
fn clone(&self) -> SignalType
fn clone(&self) -> SignalType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq<SignalType> for SignalType
impl PartialEq<SignalType> for SignalType
Auto Trait Implementations
impl Send for SignalType
impl Send for SignalType
impl Sync for SignalType
impl Sync for SignalType