pub struct OsEnv;Expand description
Implements Env for the OS context, both Unix style and Windows.
Trait Implementations§
Source§impl Env for OsEnv
impl Env for OsEnv
impl Copy for OsEnv
Auto Trait Implementations§
impl Freeze for OsEnv
impl RefUnwindSafe for OsEnv
impl Send for OsEnv
impl Sync for OsEnv
impl Unpin for OsEnv
impl UnwindSafe for OsEnv
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