pub struct ConfigEnv {
values: HashMap<String, String>,
}Fields§
§values: HashMap<String, String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfigEnv
impl RefUnwindSafe for ConfigEnv
impl Send for ConfigEnv
impl Sync for ConfigEnv
impl Unpin for ConfigEnv
impl UnwindSafe for ConfigEnv
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