pub struct UserInfoResponse {Show 38 fields
pub login: String,
pub id: i64,
pub node_id: String,
pub avatar_url: String,
pub gravatar_id: String,
pub url: String,
pub html_url: String,
pub followers_url: String,
pub following_url: String,
pub gists_url: String,
pub starred_url: String,
pub subscriptions_url: String,
pub organizations_url: String,
pub repos_url: String,
pub events_url: String,
pub received_events_url: String,
pub type_field: String,
pub site_admin: bool,
pub name: String,
pub company: String,
pub blog: String,
pub location: String,
pub email: String,
pub hireable: bool,
pub bio: String,
pub twitter_username: String,
pub public_repos: i64,
pub public_gists: i64,
pub followers: i64,
pub following: i64,
pub created_at: String,
pub updated_at: String,
pub private_gists: i64,
pub total_private_repos: i64,
pub owned_private_repos: i64,
pub disk_usage: i64,
pub collaborators: i64,
pub two_factor_authentication: bool,
}Fields§
§login: String§id: i64§node_id: String§avatar_url: String§gravatar_id: String§url: String§html_url: String§followers_url: String§following_url: String§gists_url: String§starred_url: String§subscriptions_url: String§organizations_url: String§repos_url: String§events_url: String§received_events_url: String§type_field: String§site_admin: bool§name: String§company: String§blog: String§location: String§email: String§hireable: bool§bio: String§twitter_username: String§public_repos: i64§public_gists: i64§followers: i64§following: i64§created_at: String§updated_at: String§private_gists: i64§total_private_repos: i64§owned_private_repos: i64§disk_usage: i64§collaborators: i64§two_factor_authentication: boolTrait Implementations§
source§impl Clone for UserInfoResponse
impl Clone for UserInfoResponse
source§fn clone(&self) -> UserInfoResponse
fn clone(&self) -> UserInfoResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UserInfoResponse
impl Debug for UserInfoResponse
source§impl Default for UserInfoResponse
impl Default for UserInfoResponse
source§fn default() -> UserInfoResponse
fn default() -> UserInfoResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UserInfoResponse
impl<'de> Deserialize<'de> for UserInfoResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for UserInfoResponse
impl PartialEq for UserInfoResponse
source§impl Serialize for UserInfoResponse
impl Serialize for UserInfoResponse
impl StructuralPartialEq for UserInfoResponse
Auto Trait Implementations§
impl Freeze for UserInfoResponse
impl RefUnwindSafe for UserInfoResponse
impl Send for UserInfoResponse
impl Sync for UserInfoResponse
impl Unpin for UserInfoResponse
impl UnwindSafe for UserInfoResponse
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)