Struct octx::users::UserRec[][src]

pub struct UserRec {
Show 18 fields pub login: String, pub id: i64, pub node_id: String, pub avatar_url: Url, pub gravatar_id: String, pub url: Url, pub html_url: Url, pub followers_url: Url, pub following_url: Url, pub gists_url: Url, pub starred_url: Url, pub subscriptions_url: Url, pub organizations_url: Url, pub repos_url: Url, pub events_url: Url, pub received_events_url: Url, pub type: String, pub site_admin: bool,
}

Fields

login: Stringid: i64node_id: Stringavatar_url: Urlgravatar_id: Stringurl: Urlhtml_url: Urlfollowers_url: Urlfollowing_url: Urlgists_url: Urlstarred_url: Urlsubscriptions_url: Urlorganizations_url: Urlrepos_url: Urlevents_url: Urlreceived_events_url: Urltype: Stringsite_admin: bool

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

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

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 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.