pub struct SystemProcessRunner;Expand description
Default runner that spawns real OS processes.
Trait Implementations§
Source§impl Clone for SystemProcessRunner
impl Clone for SystemProcessRunner
Source§fn clone(&self) -> SystemProcessRunner
fn clone(&self) -> SystemProcessRunner
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 moreimpl Copy for SystemProcessRunner
Source§impl Debug for SystemProcessRunner
impl Debug for SystemProcessRunner
Source§impl Default for SystemProcessRunner
impl Default for SystemProcessRunner
Source§fn default() -> SystemProcessRunner
fn default() -> SystemProcessRunner
Returns the “default value” for a type. Read more
Source§impl ProcessRunner for SystemProcessRunner
impl ProcessRunner for SystemProcessRunner
Auto Trait Implementations§
impl Freeze for SystemProcessRunner
impl RefUnwindSafe for SystemProcessRunner
impl Send for SystemProcessRunner
impl Sync for SystemProcessRunner
impl Unpin for SystemProcessRunner
impl UnsafeUnpin for SystemProcessRunner
impl UnwindSafe for SystemProcessRunner
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