Struct bigbro::Killer [] [src]

pub struct Killer { /* fields omitted */ }

A currently running (or possibly already completed) child process.

Methods

impl Killer
[src]

[src]

Force the child process to exit

[src]

Ask the child process to exit

Trait Implementations

impl Debug for Killer
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Killer
[src]

impl Clone for Killer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Killer

impl Sync for Killer