pub struct EnrichedPath {
pub path: String,
pub source: PathSource,
}Expand description
The enriched PATH plus a record of how it was derived.
Fields§
§path: String§source: PathSourceTrait Implementations§
Source§impl Clone for EnrichedPath
impl Clone for EnrichedPath
Source§fn clone(&self) -> EnrichedPath
fn clone(&self) -> EnrichedPath
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 EnrichedPath
impl RefUnwindSafe for EnrichedPath
impl Send for EnrichedPath
impl Sync for EnrichedPath
impl Unpin for EnrichedPath
impl UnwindSafe for EnrichedPath
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