pub struct TemporaryChild {}
Expand description
Child process (or process group) that runs till the object is dropped.
Implementations§
Auto Trait Implementations§
impl Freeze for TemporaryChild
impl RefUnwindSafe for TemporaryChild
impl Send for TemporaryChild
impl Sync for TemporaryChild
impl Unpin for TemporaryChild
impl UnwindSafe for TemporaryChild
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