pub struct SystemEnvironmentProvider;
Expand description
System environment variable provider implementation.
This implementation directly reads system environment variables, intended for use in production environments.
Implementations§
Trait Implementations§
Source§impl Debug for SystemEnvironmentProvider
impl Debug for SystemEnvironmentProvider
Source§impl Default for SystemEnvironmentProvider
impl Default for SystemEnvironmentProvider
Source§fn default() -> SystemEnvironmentProvider
fn default() -> SystemEnvironmentProvider
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SystemEnvironmentProvider
impl RefUnwindSafe for SystemEnvironmentProvider
impl Send for SystemEnvironmentProvider
impl Sync for SystemEnvironmentProvider
impl Unpin for SystemEnvironmentProvider
impl UnwindSafe for SystemEnvironmentProvider
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