Struct nu_system::ForegroundChild
source · [−]pub struct ForegroundChild { /* private fields */ }Expand description
A simple wrapper for std::process::Child
It can only be created by ForegroundProcess::spawn.
Trait Implementations
sourceimpl AsMut<Child> for ForegroundChild
impl AsMut<Child> for ForegroundChild
Auto Trait Implementations
impl RefUnwindSafe for ForegroundChild
impl Send for ForegroundChild
impl Sync for ForegroundChild
impl Unpin for ForegroundChild
impl UnwindSafe for ForegroundChild
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more