Struct gerritlib::entities::CommitInfo [] [src]

pub struct CommitInfo {
    pub commit: Option<String>,
    pub parents: Option<Vec<CommitInfoParents>>,
    pub author: Option<GitPersonInfo>,
    pub committer: Option<GitPersonInfo>,
    pub subject: Option<String>,
    pub message: Option<String>,
    pub web_links: Option<String>,
}

Fields

Trait Implementations

impl Debug for CommitInfo
[src]

Formats the value using the given formatter.

impl Clone for CommitInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more