Struct gerritlib::entities::GitPersonInfo [] [src]

pub struct GitPersonInfo {
    pub name: String,
    pub email: String,
    pub date: String,
    pub tz: u16,
}

Fields

Trait Implementations

impl Debug for GitPersonInfo
[src]

Formats the value using the given formatter.

impl Clone for GitPersonInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more