Enum actix_web::actix::actix::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 PartialEq<SignalType> for SignalType
impl PartialEq<SignalType> for SignalType
fn eq(&self, other: &SignalType) -> bool
fn eq(&self, other: &SignalType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
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 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
Auto Trait Implementations
impl Send for SignalType
impl Send for SignalType
impl Sync for SignalType
impl Sync for SignalType