Struct hubcaps::rep::Commit [] [src]

pub struct Commit {
    pub label: String,
    pub commit_ref: String,
    pub sha: String,
    pub user: User,
}

Fields

Trait Implementations

impl Debug for Commit
[src]

Formats the value using the given formatter.