pub type GitHubPullRequestOutcome = SourceChangeRequestOutcome;Aliased Type§
pub struct GitHubPullRequestOutcome {
pub provider: SourceProvider,
pub repository: String,
pub number: u64,
pub head_branch: String,
pub operation: SourceChangeRequestOperation,
pub url: Option<String>,
}Fields§
§provider: SourceProvider§repository: String§number: u64§head_branch: String§operation: SourceChangeRequestOperation§url: Option<String>