Struct nreplops_tool::outputs::Outputs
source · [−]pub struct Outputs {
pub stdout: Output,
pub stderr: Output,
pub nrepl_stdout: Option<Output>,
pub nrepl_stderr: Option<Output>,
pub nrepl_results: Option<Output>,
}Fields
stdout: Outputstderr: Outputnrepl_stdout: Option<Output>nrepl_stderr: Option<Output>nrepl_results: Option<Output>Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Outputs
impl !Send for Outputs
impl !Sync for Outputs
impl Unpin for Outputs
impl !UnwindSafe for Outputs
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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