Struct github_rs::github::PatchUser [] [src]

pub struct PatchUser {
    pub name: String,
    pub email: String,
    pub blog: String,
    pub company: String,
    pub location: String,
    pub hireable: bool,
    pub bio: String,
}

Used to update an authenticated user.

Fields

Trait Implementations

impl Debug for PatchUser
[src]

Formats the value using the given formatter.

impl PartialEq for PatchUser
[src]

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

This method tests for !=.