Struct hubcaps::pull_commits::CommitDetails [] [src]

pub struct CommitDetails {
    pub url: String,
    pub author: UserStamp,
    pub committer: Option<UserStamp>,
    pub message: String,
    pub tree: CommitRef,
    pub comment_count: u64,
}

Representation of a pull request commit details

Fields

Trait Implementations

impl Debug for CommitDetails
[src]

[src]

Formats the value using the given formatter.