Struct github_rs::github::Commit [] [src]

pub struct Commit {
    pub sha: String,
    pub url: String,
    pub author: Author,
    pub committer: Committer,
    pub message: String,
    pub tree: Tree,
    pub parents: Vec<Parent>,
}

Fields

Trait Implementations

impl Debug for Commit
[src]

Formats the value using the given formatter.

impl PartialEq for Commit
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.