pub struct EnvMsg {
pub vars: HashMap<String, String>,
}Expand description
EnvMsg represents program environment variables.
Fields§
§vars: HashMap<String, String>Environment variables map.
Implementations§
Trait Implementations§
impl Eq for EnvMsg
impl StructuralPartialEq for EnvMsg
Auto Trait Implementations§
impl Freeze for EnvMsg
impl RefUnwindSafe for EnvMsg
impl Send for EnvMsg
impl Sync for EnvMsg
impl Unpin for EnvMsg
impl UnsafeUnpin for EnvMsg
impl UnwindSafe for EnvMsg
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