pub struct GithubApi { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl GitHost for GithubApi
impl GitHost for GithubApi
fn merged_pull_requests<'life0, 'life1, 'async_trait>(
&'life0 self,
repository: &'life1 GitRepositoryUrl,
) -> Pin<Box<dyn Future<Output = Result<Vec<GitPullRequest>, Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
Auto Trait Implementations§
impl !Freeze for GithubApi
impl !RefUnwindSafe for GithubApi
impl Send for GithubApi
impl Sync for GithubApi
impl Unpin for GithubApi
impl !UnwindSafe for GithubApi
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