pub enum RedPipe {
None,
Redirect(Box<Argument>),
RedirectCat(Box<Argument>),
Pipe(Vec<Argument>),
}
Variants§
Trait Implementations§
impl StructuralPartialEq for RedPipe
Auto Trait Implementations§
impl Freeze for RedPipe
impl RefUnwindSafe for RedPipe
impl Send for RedPipe
impl Sync for RedPipe
impl Unpin for RedPipe
impl UnwindSafe for RedPipe
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