pub enum RunnerSource {
Env,
Path,
}Expand description
How the runner path was resolved.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RunnerSource
impl Clone for RunnerSource
Source§fn clone(&self) -> RunnerSource
fn clone(&self) -> RunnerSource
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 RunnerSource
Source§impl Debug for RunnerSource
impl Debug for RunnerSource
impl Eq for RunnerSource
Source§impl PartialEq for RunnerSource
impl PartialEq for RunnerSource
impl StructuralPartialEq for RunnerSource
Auto Trait Implementations§
impl Freeze for RunnerSource
impl RefUnwindSafe for RunnerSource
impl Send for RunnerSource
impl Sync for RunnerSource
impl Unpin for RunnerSource
impl UnsafeUnpin for RunnerSource
impl UnwindSafe for RunnerSource
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