Struct hubcaps::pull_commits::PullCommit [] [src]

pub struct PullCommit {
    pub url: String,
    pub sha: String,
    pub html_url: String,
    pub comments_url: String,
    pub commit: CommitDetails,
    pub author: User,
    pub committer: User,
    pub parents: Vec<CommitRef>,
}

Representation of a pull request commit

Fields

Trait Implementations

impl Debug for PullCommit
[src]

[src]

Formats the value using the given formatter.