Enum actix::actors::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 PartialEq for SignalType
[src]
impl PartialEq 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 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
impl Debug for SignalType
[src]
impl Debug for SignalType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Message for SignalType
[src]
impl Message for SignalType
Auto Trait Implementations
impl Send for SignalType
impl Send for SignalType
impl Sync for SignalType
impl Sync for SignalType