pub struct SshChildProcess { /* private fields */ }

Implementations

Trait Implementations

Poll the child to see if it has completed. Does not block. Returns None if the child has not yet terminated, else returns its exit status. Read more

Blocks execution until the child process has completed, yielding its exit status. Read more

Returns the process identifier of the child process, if applicable Read more

Terminate the child process

Clone an object that can be split out from the Child in order to send it signals independently from a thread that may be blocked in .wait. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.