pub struct PythonResolver { /* private fields */ }Expand description
Python import resolver — filesystem prober + stdlib detection.
Implementations§
Source§impl PythonResolver
impl PythonResolver
pub fn new(config: PythonConfig) -> Self
Trait Implementations§
Source§impl ImportResolver for PythonResolver
impl ImportResolver for PythonResolver
Auto Trait Implementations§
impl Freeze for PythonResolver
impl RefUnwindSafe for PythonResolver
impl Send for PythonResolver
impl Sync for PythonResolver
impl Unpin for PythonResolver
impl UnsafeUnpin for PythonResolver
impl UnwindSafe for PythonResolver
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