pub struct RedirectList(pub Vec<IoRedirect>);
Expand description
A list of I/O redirections to be applied to a command.
Tuple Fields§
§0: Vec<IoRedirect>
Trait Implementations§
Source§impl Clone for RedirectList
impl Clone for RedirectList
Source§fn clone(&self) -> RedirectList
fn clone(&self) -> RedirectList
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RedirectList
impl Debug for RedirectList
Auto Trait Implementations§
impl Freeze for RedirectList
impl RefUnwindSafe for RedirectList
impl Send for RedirectList
impl Sync for RedirectList
impl Unpin for RedirectList
impl UnwindSafe for RedirectList
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