Struct pgdo::runtime::strategy::RuntimesOnPathEnv
source · pub struct RuntimesOnPathEnv;Expand description
Find runtimes on PATH (from the environment).
Trait Implementations§
source§impl Clone for RuntimesOnPathEnv
impl Clone for RuntimesOnPathEnv
source§fn clone(&self) -> RuntimesOnPathEnv
fn clone(&self) -> RuntimesOnPathEnv
Returns a copy 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 moresource§impl Debug for RuntimesOnPathEnv
impl Debug for RuntimesOnPathEnv
source§impl From<RuntimesOnPathEnv> for Strategy
impl From<RuntimesOnPathEnv> for Strategy
source§fn from(strategy: RuntimesOnPathEnv) -> Self
fn from(strategy: RuntimesOnPathEnv) -> Self
Converts the given strategy into a Strategy::Delegated.
source§impl StrategyLike for RuntimesOnPathEnv
impl StrategyLike for RuntimesOnPathEnv
Auto Trait Implementations§
impl RefUnwindSafe for RuntimesOnPathEnv
impl Send for RuntimesOnPathEnv
impl Sync for RuntimesOnPathEnv
impl Unpin for RuntimesOnPathEnv
impl UnwindSafe for RuntimesOnPathEnv
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