pub struct EnvVarReport {
pub inherited: Vec<(OsString, OsString)>,
pub removed: HashSet<OsString>,
}
Fields§
§inherited: Vec<(OsString, OsString)>
§removed: HashSet<OsString>
Trait Implementations§
Source§impl Clone for EnvVarReport
impl Clone for EnvVarReport
Source§fn clone(&self) -> EnvVarReport
fn clone(&self) -> EnvVarReport
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EnvVarReport
impl Debug for EnvVarReport
Source§impl Default for EnvVarReport
impl Default for EnvVarReport
Source§fn default() -> EnvVarReport
fn default() -> EnvVarReport
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EnvVarReport
impl RefUnwindSafe for EnvVarReport
impl Send for EnvVarReport
impl Sync for EnvVarReport
impl Unpin for EnvVarReport
impl UnwindSafe for EnvVarReport
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