pub struct RRunner { /* private fields */ }Expand description
A Runner backed by a real Rscript subprocess.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RRunner
impl RefUnwindSafe for RRunner
impl Send for RRunner
impl Sync for RRunner
impl Unpin for RRunner
impl UnwindSafe for RRunner
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