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
commit: Option<String>
parents: Option<Vec<CommitInfoParents>>
committer: Option<GitPersonInfo>
subject: Option<String>
message: Option<String>
web_links: Option<String>
Trait Implementations
impl Debug for CommitInfo[src]
impl Clone for CommitInfo[src]
fn clone(&self) -> CommitInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more