pub struct EnvSource { /* private fields */ }Expand description
One environment’s source: its name and its merged TOML table (compiled-in
table overlaid by the environments.toml file table). Purely a TOML lookup;
env-var overrides are handled by a separate EnvVarSource pushed
alongside it — see crate::environments::Environments::resolve.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvSource
impl RefUnwindSafe for EnvSource
impl Send for EnvSource
impl Sync for EnvSource
impl Unpin for EnvSource
impl UnsafeUnpin for EnvSource
impl UnwindSafe for EnvSource
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