pub struct Killer { /* private fields */ }Expand description
A currently running (or possibly already completed) child process.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Killer
impl RefUnwindSafe for Killer
impl Send for Killer
impl Sync for Killer
impl Unpin for Killer
impl UnwindSafe for Killer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more