Enum actix_web::actix::signal::SignalType [−][src]
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
[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
fn eq(&self, other: &SignalType) -> bool
[src]
fn eq(&self, other: &SignalType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Debug for SignalType
[src]
impl Debug for SignalType
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Clone for SignalType
[src]
impl Clone for SignalType
fn clone(&self) -> SignalType
[src]
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 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