struct WaitableChild {
child: Child,
handle: Async<OwnedFd>,
}Expand description
Waitable version of std::process::Child
Fields§
§child: Child§handle: Async<OwnedFd>Implementations§
Auto Trait Implementations§
impl Freeze for WaitableChild
impl RefUnwindSafe for WaitableChild
impl Send for WaitableChild
impl Sync for WaitableChild
impl Unpin for WaitableChild
impl UnsafeUnpin for WaitableChild
impl UnwindSafe for WaitableChild
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