Struct github_api::types::Commit[][src]

pub struct Commit {
    pub url: String,
    pub sha: String,
    pub node_id: String,
    pub html_url: String,
    pub comments_url: String,
    pub commit: CommitInner,
    pub author: User,
    pub committer: User,
    pub parents: Vec<UrlAndSha>,
}

Fields

Trait Implementations

impl Debug for Commit
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Commit

impl Sync for Commit