pub struct PythonRunner;Trait Implementations§
Source§impl Default for PythonRunner
 
impl Default for PythonRunner
Source§fn default() -> PythonRunner
 
fn default() -> PythonRunner
Returns the “default value” for a type. Read more
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