Struct findpython::Finder
source · pub struct Finder { /* private fields */ }Implementations§
source§impl Finder
impl Finder
pub fn select_providers(self, names: &[&str]) -> Result<Self, Error>
pub fn resolve_symlinks(self, resolve_symlinks: bool) -> Self
pub fn same_file(self, same_file: bool) -> Self
pub fn same_interpreter(self, same_interpreter: bool) -> Self
pub fn find_all(&self, options: MatchOptions) -> Vec<PythonVersion>
pub fn find(&self, options: MatchOptions) -> Option<PythonVersion>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Finder
impl Send for Finder
impl Sync for Finder
impl Unpin for Finder
impl !UnwindSafe for Finder
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