pub struct EnvLookup;Expand description
A StringLookup which uses the process environment.
Generally used through EnvSource.
Trait Implementations§
Source§impl StringLookup for EnvLookup
impl StringLookup for EnvLookup
impl Copy for EnvLookup
Auto Trait Implementations§
impl Freeze for EnvLookup
impl RefUnwindSafe for EnvLookup
impl Send for EnvLookup
impl Sync for EnvLookup
impl Unpin for EnvLookup
impl UnwindSafe for EnvLookup
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