Struct ExExecuteWithPipe
pub struct ExExecuteWithPipe<'ex> { /* private fields */ }Expand description
Default-param extender for Os::execute_with_pipe_ex.
Implementations§
§impl<'ex> ExExecuteWithPipe<'ex>
impl<'ex> ExExecuteWithPipe<'ex>
pub fn blocking(self, blocking: bool) -> ExExecuteWithPipe<'ex>
pub fn done(self) -> VarDictionary
Auto Trait Implementations§
impl<'ex> Freeze for ExExecuteWithPipe<'ex>
impl<'ex> RefUnwindSafe for ExExecuteWithPipe<'ex>
impl<'ex> !Send for ExExecuteWithPipe<'ex>
impl<'ex> !Sync for ExExecuteWithPipe<'ex>
impl<'ex> Unpin for ExExecuteWithPipe<'ex>
impl<'ex> !UnwindSafe for ExExecuteWithPipe<'ex>
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