pub struct PathVarName;Expand description
Marker type for the PATH environment variable.
Trait Implementations§
Source§impl Clone for PathVarName
impl Clone for PathVarName
Source§fn clone(&self) -> PathVarName
fn clone(&self) -> PathVarName
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PathVarName
Source§impl Debug for PathVarName
impl Debug for PathVarName
Source§impl EnvVarName for PathVarName
impl EnvVarName for PathVarName
impl Eq for PathVarName
Source§impl PartialEq for PathVarName
impl PartialEq for PathVarName
impl StructuralPartialEq for PathVarName
Auto Trait Implementations§
impl Freeze for PathVarName
impl RefUnwindSafe for PathVarName
impl Send for PathVarName
impl Sync for PathVarName
impl Unpin for PathVarName
impl UnsafeUnpin for PathVarName
impl UnwindSafe for PathVarName
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