pub struct EnvCtx(/* private fields */);Expand description
Environment Variable Context.
Provides variables and references associated with ENV: prefix.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvCtx
impl RefUnwindSafe for EnvCtx
impl Send for EnvCtx
impl Sync for EnvCtx
impl Unpin for EnvCtx
impl UnwindSafe for EnvCtx
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