pub struct RealCommandRunner;Expand description
Real external-command boundary used by DockerProvider.
Trait Implementations§
Source§impl Clone for RealCommandRunner
impl Clone for RealCommandRunner
Source§fn clone(&self) -> RealCommandRunner
fn clone(&self) -> RealCommandRunner
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 RealCommandRunner
impl CommandRunner for RealCommandRunner
Source§fn run(
&self,
program: &str,
args: &[String],
) -> Result<CommandOutcome, ServiceError>
fn run( &self, program: &str, args: &[String], ) -> Result<CommandOutcome, ServiceError>
Run one argv.
impl Copy for RealCommandRunner
Source§impl Debug for RealCommandRunner
impl Debug for RealCommandRunner
Source§impl Default for RealCommandRunner
impl Default for RealCommandRunner
Source§fn default() -> RealCommandRunner
fn default() -> RealCommandRunner
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RealCommandRunner
impl RefUnwindSafe for RealCommandRunner
impl Send for RealCommandRunner
impl Sync for RealCommandRunner
impl Unpin for RealCommandRunner
impl UnsafeUnpin for RealCommandRunner
impl UnwindSafe for RealCommandRunner
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