pub struct ChildStream {
pub stdout: BufReader<ChildStdout>,
pub wait_result: FutureExitResult,
}Fields§
§stdout: BufReader<ChildStdout>§wait_result: FutureExitResultImplementations§
Source§impl ChildStream
impl ChildStream
Auto Trait Implementations§
impl !Sync for ChildStream
impl Freeze for ChildStream
impl RefUnwindSafe for ChildStream
impl Send for ChildStream
impl Unpin for ChildStream
impl UnsafeUnpin for ChildStream
impl UnwindSafe for ChildStream
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