pub struct GitCloneProvider;Trait Implementations§
Source§impl Provider for GitCloneProvider
impl Provider for GitCloneProvider
fn fetch(&self, source: &str) -> Result<FetchedSource, GitClosureError>
Auto Trait Implementations§
impl Freeze for GitCloneProvider
impl RefUnwindSafe for GitCloneProvider
impl Send for GitCloneProvider
impl Sync for GitCloneProvider
impl Unpin for GitCloneProvider
impl UnsafeUnpin for GitCloneProvider
impl UnwindSafe for GitCloneProvider
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