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