pub struct GitHubCommitPullAssociation {
pub commit_sha: String,
pub pull_requests: Vec<PullRequestSummary>,
}Expand description
Associates a commit SHA with the pull requests that introduced it.
Fields§
§commit_sha: String§pull_requests: Vec<PullRequestSummary>Auto Trait Implementations§
impl Freeze for GitHubCommitPullAssociation
impl RefUnwindSafe for GitHubCommitPullAssociation
impl Send for GitHubCommitPullAssociation
impl Sync for GitHubCommitPullAssociation
impl Unpin for GitHubCommitPullAssociation
impl UnsafeUnpin for GitHubCommitPullAssociation
impl UnwindSafe for GitHubCommitPullAssociation
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