pub struct SpawnedCommand { /* private fields */ }
Available on crate feature
process
only.Expand description
A representation of a tokio::process::Command
that’s been spawned.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpawnedCommand
impl !RefUnwindSafe for SpawnedCommand
impl Send for SpawnedCommand
impl Sync for SpawnedCommand
impl Unpin for SpawnedCommand
impl !UnwindSafe for SpawnedCommand
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