Searched defs:EnvKey (Results 1 – 2 of 2) sorted by relevance
40 pub struct EnvKey { struct49 impl EnvKey { impl75 impl Ord for EnvKey { implementation95 impl PartialOrd for EnvKey { implementation100 impl PartialEq for EnvKey { implementation109 impl PartialOrd<str> for EnvKey { implementation114 impl PartialEq<str> for EnvKey { implementation126 impl From<OsString> for EnvKey { implementation138 impl From<&OsStr> for EnvKey { implementation144 impl AsRef<OsStr> for EnvKey { implementation[all …]
36 pub fn capture(&self) -> BTreeMap<EnvKey, OsString> { in capture()57 pub fn capture_if_changed(&self) -> Option<BTreeMap<EnvKey, OsString>> { in capture_if_changed()87 fn maybe_saw_path(&mut self, key: &EnvKey) { in maybe_saw_path()