pub struct EffectiveSearchPathSummary {
pub from_process: usize,
pub from_user_registry: usize,
pub from_system_registry: usize,
}Expand description
Per-source breakdown of the merged PATH runex hook actually uses
when resolving when_command_exists entries.
Fields§
§from_process: usize§from_user_registry: usize§from_system_registry: usizeImplementations§
Trait Implementations§
Source§impl Clone for EffectiveSearchPathSummary
impl Clone for EffectiveSearchPathSummary
Source§fn clone(&self) -> EffectiveSearchPathSummary
fn clone(&self) -> EffectiveSearchPathSummary
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 EffectiveSearchPathSummary
impl RefUnwindSafe for EffectiveSearchPathSummary
impl Send for EffectiveSearchPathSummary
impl Sync for EffectiveSearchPathSummary
impl Unpin for EffectiveSearchPathSummary
impl UnsafeUnpin for EffectiveSearchPathSummary
impl UnwindSafe for EffectiveSearchPathSummary
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