pub struct ArgAtom(/* private fields */);Expand description
One whole, NUL-free native argument; it is never shell-split.
Implementations§
Trait Implementations§
impl Eq for ArgAtom
impl StructuralPartialEq for ArgAtom
Auto Trait Implementations§
impl Freeze for ArgAtom
impl RefUnwindSafe for ArgAtom
impl Send for ArgAtom
impl Sync for ArgAtom
impl Unpin for ArgAtom
impl UnsafeUnpin for ArgAtom
impl UnwindSafe for ArgAtom
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