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
impl 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