[−][src]Struct unix_exec_output_catcher::ProcessOutput
Holds the text output lines for stdout and stderr of the executed child process. The stdcombined-property holds both combined in the order they appeared.
Implementations
impl ProcessOutput
[src]
pub fn stdout_lines(&self) -> &Vec<Rc<String>>
[src]
pub fn stderr_lines(&self) -> &Vec<Rc<String>>
[src]
pub fn stdcombined_lines(&self) -> &Vec<Rc<String>>
[src]
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ProcessOutput
impl !Send for ProcessOutput
impl !Sync for ProcessOutput
impl Unpin for ProcessOutput
impl UnwindSafe for ProcessOutput
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,