pub struct PureRustCommandExecutor;Trait Implementations§
Source§impl Clone for PureRustCommandExecutor
impl Clone for PureRustCommandExecutor
Source§fn clone(&self) -> PureRustCommandExecutor
fn clone(&self) -> PureRustCommandExecutor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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>
Source§impl Debug for PureRustCommandExecutor
impl Debug for PureRustCommandExecutor
Source§impl Default for PureRustCommandExecutor
impl Default for PureRustCommandExecutor
Source§fn default() -> PureRustCommandExecutor
fn default() -> PureRustCommandExecutor
Returns the “default value” for a type. Read more
impl Copy 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 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