Struct actix::actors::signal::Signal [−][src]
pub struct Signal(pub SignalType);
Process signal message
Trait Implementations
impl Debug for Signal[src]
impl Debug for Signalfn 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 Signal[src]
impl Message for Signaltype Result = ()
The type of value that this message will resolved with if it is successful. Read more
impl Handler<Signal> for DefaultSignalsHandler[src]
impl Handler<Signal> for DefaultSignalsHandlerHandle SIGINT, SIGTERM, SIGQUIT signals and send SystemExit(0)
message to System actor.