Struct octorust::types::PrivateUser[][src]

pub struct PrivateUser {
Show 42 fields pub avatar_url: String, pub bio: String, pub blog: String, pub business_plus: bool, pub collaborators: i64, pub company: String, pub created_at: Option<DateTime<Utc>>, pub disk_usage: i64, pub email: String, pub events_url: String, pub followers: i64, pub followers_url: String, pub following: i64, pub following_url: String, pub gists_url: String, pub gravatar_id: String, pub hireable: bool, pub html_url: String, pub id: i64, pub ldap_dn: String, pub location: String, pub login: String, pub name: String, pub node_id: String, pub organizations_url: String, pub owned_private_repos: i64, pub plan: Option<Plan>, pub private_gists: i64, pub public_gists: i64, pub public_repos: i64, pub received_events_url: String, pub repos_url: String, pub site_admin: bool, pub starred_url: String, pub subscriptions_url: String, pub suspended_at: Option<DateTime<Utc>>, pub total_private_repos: i64, pub twitter_username: String, pub two_factor_authentication: bool, pub type_: String, pub updated_at: Option<DateTime<Utc>>, pub url: String,
}
Expand description

Private User

Fields

avatar_url: Stringbio: Stringblog: Stringbusiness_plus: bool

Private User

collaborators: i64company: Stringcreated_at: Option<DateTime<Utc>>disk_usage: i64email: Stringevents_url: Stringfollowers: i64followers_url: Stringfollowing: i64following_url: Stringgists_url: Stringgravatar_id: Stringhireable: boolhtml_url: Stringid: i64ldap_dn: Stringlocation: Stringlogin: Stringname: Stringnode_id: Stringorganizations_url: Stringowned_private_repos: i64plan: Option<Plan>

Private User

private_gists: i64public_gists: i64public_repos: i64received_events_url: Stringrepos_url: Stringsite_admin: boolstarred_url: Stringsubscriptions_url: Stringsuspended_at: Option<DateTime<Utc>>

Private User

total_private_repos: i64twitter_username: Stringtwo_factor_authentication: booltype_: Stringupdated_at: Option<DateTime<Utc>>url: String

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Performs the conversion.

Performs the conversion.

The name of the generated JSON Schema. Read more

Generates a JSON Schema for this type. Read more

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.