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

name: String email: String blog: String company: String location: String hireable: bool bio: String

Trait Implementations

impl PartialEq for PatchUser
[src]

fn eq(&self, __arg_0: &PatchUser) -> bool

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

fn ne(&self, __arg_0: &PatchUser) -> bool

This method tests for !=.

impl Debug for PatchUser
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.