pub struct EnvInjector { /* private fields */ }
Expand description
A handle that can be used to inject environment variables into a running subprocess.
Implementations§
Auto Trait Implementations§
impl Freeze for EnvInjector
impl RefUnwindSafe for EnvInjector
impl Send for EnvInjector
impl Sync for EnvInjector
impl Unpin for EnvInjector
impl UnwindSafe for EnvInjector
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