Struct ssh2::ExitSignal [] [src]

pub struct ExitSignal {
    pub exit_signal: Option<String>,
    pub error_message: Option<String>,
    pub lang_tag: Option<String>,
}

Data received from when a program exits with a signal.

Fields

The exit signal received, if the program did not exit cleanly. Does not contain a SIG prefix

Error message provided by the remote server (if any)

Language tag provided by the remote server (if any)

Trait Implementations

Auto Trait Implementations

impl Send for ExitSignal

impl Sync for ExitSignal