Struct gerritlib::entities::GitPersonInfo
[−]
[src]
pub struct GitPersonInfo { pub name: String, pub email: String, pub date: String, pub tz: u16, }
Fields
name: String
email: String
date: String
tz: u16
Trait Implementations
impl Debug for GitPersonInfo
[src]
impl Clone for GitPersonInfo
[src]
fn clone(&self) -> GitPersonInfo
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