Struct hubcaps::pull_commits::UserStamp [] [src]

pub struct UserStamp {
    pub name: String,
    pub email: String,
    pub date: String,
}

Representation of a git user

Fields

Trait Implementations

impl Debug for UserStamp
[src]

[src]

Formats the value using the given formatter.