pub struct Argv(pub VecDeque<OsString>);
Expand description
[{0:?}]
The command line to provide to the executable. Note that the complete
“argv” used by Command
contains the executable path prefixed to
these arguments.
Tuple Fields§
§0: VecDeque<OsString>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Argv
impl RefUnwindSafe for Argv
impl Send for Argv
impl Sync for Argv
impl Unpin for Argv
impl UnwindSafe for Argv
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