pub struct ParentEnv;Expand description
Execution environment of the parent process.
Trait Implementations§
Source§impl Run<OsString> for ParentEnv
impl Run<OsString> for ParentEnv
Source§impl RunAsync<OsString> for ParentEnv
Available on crate feature tokio only.
impl RunAsync<OsString> for ParentEnv
Available on crate feature
tokio only.Auto Trait Implementations§
impl Freeze for ParentEnv
impl RefUnwindSafe for ParentEnv
impl Send for ParentEnv
impl Sync for ParentEnv
impl Unpin for ParentEnv
impl UnwindSafe for ParentEnv
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