pub struct PythonRunner { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl Clone for PythonRunner
impl Clone for PythonRunner
Source§fn clone(&self) -> PythonRunner
fn clone(&self) -> PythonRunner
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 Debug for PythonRunner
impl Debug for PythonRunner
Source§impl Default for PythonRunner
impl Default for PythonRunner
Source§impl Runner for PythonRunner
impl Runner for PythonRunner
Source§async fn execute(
&self,
code: &str,
_checks: &[String],
) -> Result<ExecutionResult, RunnerError>
async fn execute( &self, code: &str, _checks: &[String], ) -> Result<ExecutionResult, RunnerError>
Auto Trait Implementations§
impl Freeze for PythonRunner
impl RefUnwindSafe for PythonRunner
impl Send for PythonRunner
impl Sync for PythonRunner
impl Unpin for PythonRunner
impl UnwindSafe for PythonRunner
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