pub struct CommandSnapshot {
pub program: OsString,
pub args: Vec<OsString>,
pub cwd: Option<PathBuf>,
}Fields§
§program: OsString§args: Vec<OsString>§cwd: Option<PathBuf>Trait Implementations§
Source§impl Clone for CommandSnapshot
impl Clone for CommandSnapshot
Source§fn clone(&self) -> CommandSnapshot
fn clone(&self) -> CommandSnapshot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CommandSnapshot
impl Debug for CommandSnapshot
Source§impl PartialEq for CommandSnapshot
impl PartialEq for CommandSnapshot
impl Eq for CommandSnapshot
impl StructuralPartialEq for CommandSnapshot
Auto Trait Implementations§
impl Freeze for CommandSnapshot
impl RefUnwindSafe for CommandSnapshot
impl Send for CommandSnapshot
impl Sync for CommandSnapshot
impl Unpin for CommandSnapshot
impl UnwindSafe for CommandSnapshot
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