Enum actix::actors::signal::SignalType [−][src]
pub enum SignalType {
Hup,
Int,
Term,
Quit,
Child,
}Different types of process signals
Variants
HupSIGHUP
IntSIGINT
TermSIGTERM
QuitSIGQUIT
ChildSIGCHILD
Trait Implementations
impl PartialEq for SignalType[src]
impl PartialEq for SignalTypefn eq(&self, other: &SignalType) -> bool[src]
fn eq(&self, other: &SignalType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Clone for SignalType[src]
impl Clone for SignalTypefn clone(&self) -> SignalType[src]
fn clone(&self) -> SignalTypeReturns 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 SignalTypeimpl Debug for SignalType[src]
impl Debug for SignalTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Message for SignalType[src]
impl Message for SignalTypeAuto Trait Implementations
impl Send for SignalType
impl Send for SignalTypeimpl Sync for SignalType
impl Sync for SignalType