pub struct SystemEnv;Expand description
Reads from the real process environment and dirs crate fallbacks.
Trait Implementations§
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