pub struct PureRustCommandExecutor;Trait Implementations§
Source§impl Clone for PureRustCommandExecutor
impl Clone for PureRustCommandExecutor
Source§impl CommandExecutor for PureRustCommandExecutor
Available on crate feature pure-rust only.
impl CommandExecutor for PureRustCommandExecutor
Available on crate feature
pure-rust only.fn execute(&self, invocation: &CommandInvocation) -> Result<CommandOutput>
impl Copy for PureRustCommandExecutor
Source§impl Debug for PureRustCommandExecutor
impl Debug for PureRustCommandExecutor
Auto Trait Implementations§
impl Freeze for PureRustCommandExecutor
impl RefUnwindSafe for PureRustCommandExecutor
impl Send for PureRustCommandExecutor
impl Sync for PureRustCommandExecutor
impl Unpin for PureRustCommandExecutor
impl UnsafeUnpin for PureRustCommandExecutor
impl UnwindSafe for PureRustCommandExecutor
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