pub struct PullCommits { /* private fields */ }Expand description
A structure for interfacing with a pull commits
Implementations§
Source§impl PullCommits
impl PullCommits
Sourcepub fn list(&self) -> Future<Vec<PullCommit>>
pub fn list(&self) -> Future<Vec<PullCommit>>
list pull commits
Sourcepub fn iter(&self) -> Stream<PullCommit>
pub fn iter(&self) -> Stream<PullCommit>
provides a stream over all pages of pull commits
Auto Trait Implementations§
impl Freeze for PullCommits
impl !RefUnwindSafe for PullCommits
impl Send for PullCommits
impl Sync for PullCommits
impl Unpin for PullCommits
impl !UnwindSafe for PullCommits
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