pub struct ArgsIter { /* private fields */ }Expand description
An iterator over the arguments passed to the program.
Implementations§
Auto Trait Implementations§
impl Freeze for ArgsIter
impl RefUnwindSafe for ArgsIter
impl Send for ArgsIter
impl Sync for ArgsIter
impl Unpin for ArgsIter
impl UnwindSafe for ArgsIter
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