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]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for UserStamp

impl Sync for UserStamp