pub struct Spawn { /* private fields */ }Expand description
Builder for spawning a child process.
Created by Command::spawn. Configure stdin/stdout/stderr, then call Spawn::run.
Implementations§
Auto Trait Implementations§
impl Freeze for Spawn
impl !RefUnwindSafe for Spawn
impl Send for Spawn
impl Sync for Spawn
impl Unpin for Spawn
impl !UnwindSafe for Spawn
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