pub struct HostCommandRunner;Expand description
Really spawns the program.
Trait Implementations§
Source§impl Clone for HostCommandRunner
impl Clone for HostCommandRunner
Source§fn clone(&self) -> HostCommandRunner
fn clone(&self) -> HostCommandRunner
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 moreSource§impl CommandRunner for HostCommandRunner
impl CommandRunner for HostCommandRunner
Source§fn run(&self, request: &CommandRequest) -> Result<CommandOutput, WslError>
fn run(&self, request: &CommandRequest) -> Result<CommandOutput, WslError>
Runs it, or says why it could not be started. Read more
impl Copy for HostCommandRunner
Source§impl Debug for HostCommandRunner
impl Debug for HostCommandRunner
Source§impl Default for HostCommandRunner
impl Default for HostCommandRunner
Source§fn default() -> HostCommandRunner
fn default() -> HostCommandRunner
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HostCommandRunner
impl RefUnwindSafe for HostCommandRunner
impl Send for HostCommandRunner
impl Sync for HostCommandRunner
impl Unpin for HostCommandRunner
impl UnsafeUnpin for HostCommandRunner
impl UnwindSafe for HostCommandRunner
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