pub struct ExternalCommandFinder<E: Environment> { /* private fields */ }Implementations§
Source§impl<E> ExternalCommandFinder<E>where
E: Environment,
impl<E> ExternalCommandFinder<E>where
E: Environment,
pub fn paths_for_prefix(_prefix: &str) -> Result<PathsList>
pub fn commands_with_prefix(prefix: &str) -> Result<Vec<CommandInfo>>
Auto Trait Implementations§
impl<E> Freeze for ExternalCommandFinder<E>
impl<E> RefUnwindSafe for ExternalCommandFinder<E>where
E: RefUnwindSafe,
impl<E> Send for ExternalCommandFinder<E>where
E: Send,
impl<E> Sync for ExternalCommandFinder<E>where
E: Sync,
impl<E> Unpin for ExternalCommandFinder<E>where
E: Unpin,
impl<E> UnsafeUnpin for ExternalCommandFinder<E>
impl<E> UnwindSafe for ExternalCommandFinder<E>where
E: UnwindSafe,
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