pub struct RunnerFactory;Implementations§
Source§impl RunnerFactory
impl RunnerFactory
pub fn create(kind: RunnerKind) -> ProcessRunner
pub fn create_schematic(schematics_binary: impl AsRef<Path>) -> ProcessRunner
Trait Implementations§
Source§impl Clone for RunnerFactory
impl Clone for RunnerFactory
Source§fn clone(&self) -> RunnerFactory
fn clone(&self) -> RunnerFactory
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 Debug for RunnerFactory
impl Debug for RunnerFactory
Source§impl Default for RunnerFactory
impl Default for RunnerFactory
Source§fn default() -> RunnerFactory
fn default() -> RunnerFactory
Returns the “default value” for a type. Read more
impl Copy for RunnerFactory
Auto Trait Implementations§
impl Freeze for RunnerFactory
impl RefUnwindSafe for RunnerFactory
impl Send for RunnerFactory
impl Sync for RunnerFactory
impl Unpin for RunnerFactory
impl UnsafeUnpin for RunnerFactory
impl UnwindSafe for RunnerFactory
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