pub struct SimpleCommand {
pub argv: Vec<String>,
pub redirects: Vec<Redirect>,
}Fields§
§argv: Vec<String>§redirects: Vec<Redirect>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimpleCommand
impl RefUnwindSafe for SimpleCommand
impl Send for SimpleCommand
impl Sync for SimpleCommand
impl Unpin for SimpleCommand
impl UnsafeUnpin for SimpleCommand
impl UnwindSafe for SimpleCommand
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