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 pushed to the repository.

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]

[src]

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

impl Debug for UserInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UserInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for UserInfo

impl Sync for UserInfo