pub struct Unquoted<'a>(pub &'a Command);Expand description
A wrapper for std::process::Command with a nicer-looking Debug
implementation.
See the crate-level documentation for more details.
Tuple Fields§
§0: &'a CommandTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Unquoted<'a>
impl<'a> !RefUnwindSafe for Unquoted<'a>
impl<'a> Send for Unquoted<'a>
impl<'a> Sync for Unquoted<'a>
impl<'a> Unpin for Unquoted<'a>
impl<'a> !UnwindSafe for Unquoted<'a>
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