pub struct RunnerSpawn {
pub program: PathBuf,
pub args: Vec<String>,
}Fields§
§program: PathBuf§args: Vec<String>Implementations§
Source§impl RunnerSpawn
impl RunnerSpawn
pub fn current_exe() -> Result<Self, ToolError>
Trait Implementations§
Source§impl Clone for RunnerSpawn
impl Clone for RunnerSpawn
Source§fn clone(&self) -> RunnerSpawn
fn clone(&self) -> RunnerSpawn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RunnerSpawn
impl RefUnwindSafe for RunnerSpawn
impl Send for RunnerSpawn
impl Sync for RunnerSpawn
impl Unpin for RunnerSpawn
impl UnsafeUnpin for RunnerSpawn
impl UnwindSafe for RunnerSpawn
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