pub enum ChildStdIO {
StdOut(String),
StdErr(String),
Term,
Kill,
}Variants§
Auto Trait Implementations§
impl Freeze for ChildStdIO
impl RefUnwindSafe for ChildStdIO
impl Send for ChildStdIO
impl Sync for ChildStdIO
impl Unpin for ChildStdIO
impl UnwindSafe for ChildStdIO
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