pub struct EnvironmentSource { /* private fields */ }Expand description
Environment-variable configuration source.
Implementations§
Trait Implementations§
Source§impl Clone for EnvironmentSource
impl Clone for EnvironmentSource
Source§fn clone(&self) -> EnvironmentSource
fn clone(&self) -> EnvironmentSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ConfigSource for EnvironmentSource
impl ConfigSource for EnvironmentSource
Source§impl Debug for EnvironmentSource
impl Debug for EnvironmentSource
Source§impl Default for EnvironmentSource
impl Default for EnvironmentSource
Source§fn default() -> EnvironmentSource
fn default() -> EnvironmentSource
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EnvironmentSource
impl RefUnwindSafe for EnvironmentSource
impl Send for EnvironmentSource
impl Sync for EnvironmentSource
impl Unpin for EnvironmentSource
impl UnsafeUnpin for EnvironmentSource
impl UnwindSafe for EnvironmentSource
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