pub struct RawArgs { /* private fields */ }Expand description
A raw owned argument collection.
Implementations§
Trait Implementations§
Source§impl FromIterator<Arg> for RawArgs
impl FromIterator<Arg> for RawArgs
Source§impl FromIterator<String> for RawArgs
impl FromIterator<String> for RawArgs
Source§impl<'a> IntoIterator for &'a RawArgs
impl<'a> IntoIterator for &'a RawArgs
Source§impl IntoIterator for RawArgs
impl IntoIterator for RawArgs
impl Eq for RawArgs
impl StructuralPartialEq for RawArgs
Auto Trait Implementations§
impl Freeze for RawArgs
impl RefUnwindSafe for RawArgs
impl Send for RawArgs
impl Sync for RawArgs
impl Unpin for RawArgs
impl UnsafeUnpin for RawArgs
impl UnwindSafe for RawArgs
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