Struct gerritlib::entities::CommitInfoParents [] [src]

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

Fields

Trait Implementations

impl Debug for CommitInfoParents
[src]

Formats the value using the given formatter.

impl Clone for CommitInfoParents
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more