pub struct EnvBytes;Available on Unix only.
Expand description
A map that gives byte strings from the environment.
Only available on Unix platforms.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvBytes
impl RefUnwindSafe for EnvBytes
impl Send for EnvBytes
impl Sync for EnvBytes
impl Unpin for EnvBytes
impl UnwindSafe for EnvBytes
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