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: Output§stderr: Output§nrepl_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§
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