pub struct EnvironmentVariablesProvider { /* private fields */ }
Implementations§
Source§impl EnvironmentVariablesProvider
impl EnvironmentVariablesProvider
pub fn new() -> EnvironmentVariablesProvider
pub fn prefixed(prefix: impl ToString) -> EnvironmentVariablesProvider
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvironmentVariablesProvider
impl RefUnwindSafe for EnvironmentVariablesProvider
impl Send for EnvironmentVariablesProvider
impl Sync for EnvironmentVariablesProvider
impl Unpin for EnvironmentVariablesProvider
impl UnwindSafe for EnvironmentVariablesProvider
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