pub struct LocalRunner { /* private fields */ }Expand description
Runs jobs as child processes of this one.
Implementations§
Source§impl LocalRunner
impl LocalRunner
Trait Implementations§
Source§impl CiExecutor for LocalRunner
impl CiExecutor for LocalRunner
Source§fn info(&mut self) -> Result<ExecutorInfo, ExecutorError>
fn info(&mut self) -> Result<ExecutorInfo, ExecutorError>
Identity and protocol version. Called once before any job, so a
mismatched provider is refused before it can return a verdict
that means something else than it appears to. Read more
Source§impl Debug for LocalRunner
impl Debug for LocalRunner
Source§impl Default for LocalRunner
impl Default for LocalRunner
Source§fn default() -> LocalRunner
fn default() -> LocalRunner
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LocalRunner
impl RefUnwindSafe for LocalRunner
impl Send for LocalRunner
impl Sync for LocalRunner
impl Unpin for LocalRunner
impl UnsafeUnpin for LocalRunner
impl UnwindSafe for LocalRunner
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