pub struct UnsetEnv {
pub name: String,
pub place: String,
pub reason: EnvProblem,
}Expand description
An environment variable a tag read but could not substitute.
Fields§
§name: String§place: StringWhere the tag is, as at <file>:<line> (with the including file for an included one).
reason: EnvProblemImplementations§
Trait Implementations§
impl Eq for UnsetEnv
impl StructuralPartialEq for UnsetEnv
Auto Trait Implementations§
impl Freeze for UnsetEnv
impl RefUnwindSafe for UnsetEnv
impl Send for UnsetEnv
impl Sync for UnsetEnv
impl Unpin for UnsetEnv
impl UnsafeUnpin for UnsetEnv
impl UnwindSafe for UnsetEnv
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