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