pub struct SystemEnv;Expand description
The real process environment, backed by std::env::var.
This is the production EnvSource; pass &SystemEnv from the thin
env-resolving wrapper that fronts each boundary seam.
Trait Implementations§
impl Copy for SystemEnv
Auto Trait Implementations§
impl Freeze for SystemEnv
impl RefUnwindSafe for SystemEnv
impl Send for SystemEnv
impl Sync for SystemEnv
impl Unpin for SystemEnv
impl UnsafeUnpin for SystemEnv
impl UnwindSafe for SystemEnv
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