pub struct PathFetcher;Implementations§
Source§impl PathFetcher
impl PathFetcher
Trait Implementations§
Source§impl Default for PathFetcher
impl Default for PathFetcher
Source§impl ImportFetcher for PathFetcher
impl ImportFetcher for PathFetcher
fn handles(&self, source: &ImportSource) -> bool
fn fetch( &self, source: &ImportSource, ctx: &FetchContext, ) -> Result<FetchResult, FetchError>
Auto Trait Implementations§
impl Freeze for PathFetcher
impl RefUnwindSafe for PathFetcher
impl Send for PathFetcher
impl Sync for PathFetcher
impl Unpin for PathFetcher
impl UnsafeUnpin for PathFetcher
impl UnwindSafe for PathFetcher
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