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
commit: String
committer: Option<GitPersonInfo>
subject: String
message: Option<String>
web_links: Option<String>
Trait Implementations
impl Debug for CommitInfoParents[src]
impl Clone for CommitInfoParents[src]
fn clone(&self) -> CommitInfoParents
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