pub struct EnvSnapshot {
pub home: Option<PathBuf>,
pub xdg_bin_home: Option<PathBuf>,
pub path: Option<String>,
}Fields§
§home: Option<PathBuf>§xdg_bin_home: Option<PathBuf>§path: Option<String>Implementations§
Source§impl EnvSnapshot
impl EnvSnapshot
Trait Implementations§
Source§impl Clone for EnvSnapshot
impl Clone for EnvSnapshot
Source§fn clone(&self) -> EnvSnapshot
fn clone(&self) -> EnvSnapshot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EnvSnapshot
impl RefUnwindSafe for EnvSnapshot
impl Send for EnvSnapshot
impl Sync for EnvSnapshot
impl Unpin for EnvSnapshot
impl UnwindSafe for EnvSnapshot
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