Struct precious_command::CommandOutput
source · [−]pub struct CommandOutput {
pub exit_code: i32,
pub stdout: Option<String>,
pub stderr: Option<String>,
}
Fields
exit_code: i32
stdout: Option<String>
stderr: Option<String>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CommandOutput
impl Send for CommandOutput
impl Sync for CommandOutput
impl Unpin for CommandOutput
impl UnwindSafe for CommandOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more