Struct rusoto_codecommit::UserInfo[][src]

pub struct UserInfo {
    pub date: Option<String>,
    pub email: Option<String>,
    pub name: Option<String>,
}

Information about the user who made a specified commit.

Fields

The date when the specified commit was commited, in timestamp format with GMT offset.

The email address associated with the user who made the commit, if any.

The name of the user who made the specified commit.

Trait Implementations

impl Default for UserInfo
[src]

Returns the "default value" for a type. Read more

impl Debug for UserInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for UserInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UserInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for UserInfo

impl Sync for UserInfo