pub struct ShellArg;Expand description
Marker: value is safe to use as a shell argument.
Trait Implementations§
Source§impl MarkerType for ShellArg
impl MarkerType for ShellArg
impl Copy for ShellArg
impl Eq for ShellArg
impl StructuralPartialEq for ShellArg
Auto Trait Implementations§
impl Freeze for ShellArg
impl RefUnwindSafe for ShellArg
impl Send for ShellArg
impl Sync for ShellArg
impl Unpin for ShellArg
impl UnsafeUnpin for ShellArg
impl UnwindSafe for ShellArg
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