Struct github_rs::github::Author [] [src]

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

Fields

Trait Implementations

impl Debug for Author
[src]

Formats the value using the given formatter.

impl PartialEq for Author
[src]

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

This method tests for !=.