pub struct GitFetcher { /* private fields */ }Implementations§
Source§impl GitFetcher
impl GitFetcher
pub fn new(config: &GitFetcherConfig) -> Self
Trait Implementations§
Source§impl ImportFetcher for GitFetcher
impl ImportFetcher for GitFetcher
fn handles(&self, source: &ImportSource) -> bool
fn fetch( &self, source: &ImportSource, _ctx: &FetchContext, ) -> Result<FetchResult, FetchError>
Auto Trait Implementations§
impl Freeze for GitFetcher
impl RefUnwindSafe for GitFetcher
impl Send for GitFetcher
impl Sync for GitFetcher
impl Unpin for GitFetcher
impl UnsafeUnpin for GitFetcher
impl UnwindSafe for GitFetcher
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