pub struct EnvironmentLoader {}
Expand description
Loads key value pairs from a file into the programs environment
Implementations§
Auto Trait Implementations§
impl Freeze for EnvironmentLoader
impl RefUnwindSafe for EnvironmentLoader
impl Send for EnvironmentLoader
impl Sync for EnvironmentLoader
impl Unpin for EnvironmentLoader
impl UnwindSafe for EnvironmentLoader
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