pub struct LazyEnv<T> { /* private fields */ }
Expand description
Static lazily evaluated environment variable.
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for LazyEnv<T>
impl<T> RefUnwindSafe for LazyEnv<T>where
T: RefUnwindSafe + UnwindSafe,
impl<T> Send for LazyEnv<T>where
T: Send,
impl<T> Sync for LazyEnv<T>
impl<T> Unpin for LazyEnv<T>where
T: Unpin,
impl<T> UnwindSafe for LazyEnv<T>where
T: UnwindSafe,
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