pub struct CommandPlan {
pub program: OsString,
pub args: Vec<OsString>,
}Fields§
§program: OsString§args: Vec<OsString>Trait Implementations§
Source§impl Debug for CommandPlan
impl Debug for CommandPlan
Source§impl PartialEq for CommandPlan
impl PartialEq for CommandPlan
Source§fn eq(&self, other: &CommandPlan) -> bool
fn eq(&self, other: &CommandPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CommandPlan
impl StructuralPartialEq for CommandPlan
Auto Trait Implementations§
impl Freeze for CommandPlan
impl RefUnwindSafe for CommandPlan
impl Send for CommandPlan
impl Sync for CommandPlan
impl Unpin for CommandPlan
impl UnsafeUnpin for CommandPlan
impl UnwindSafe for CommandPlan
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