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