pub struct ReturnNothing;
Expand description
Return ()
if the program successfully exits.
Trait Implementations§
Source§impl Debug for ReturnNothing
impl Debug for ReturnNothing
Source§impl OutputMapping for ReturnNothing
impl OutputMapping for ReturnNothing
Source§type Error = CommandExecutionError
type Error = CommandExecutionError
The error produced by this command, if it is run and does fail.
Source§fn capture_stdout(&self) -> bool
fn capture_stdout(&self) -> bool
Return if stdout needs to be captured for this output mapping
map_output
function. Read moreSource§fn capture_stderr(&self) -> bool
fn capture_stderr(&self) -> bool
Return if stderr needs to be captured for this output mapping
map_output
function. Read moreAuto Trait Implementations§
impl Freeze for ReturnNothing
impl RefUnwindSafe for ReturnNothing
impl Send for ReturnNothing
impl Sync for ReturnNothing
impl Unpin for ReturnNothing
impl UnwindSafe for ReturnNothing
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