Struct octorust::types::PublicUser [−][src]
pub struct PublicUser {Show fields
pub avatar_url: String,
pub bio: String,
pub blog: String,
pub collaborators: i64,
pub company: String,
pub created_at: 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 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 type_: String,
pub updated_at: DateTime<Utc>,
pub url: String,
}Expand description
Public User
Fields
avatar_url: Stringbio: Stringblog: Stringcollaborators: i64Public User
company: Stringcreated_at: DateTime<Utc>disk_usage: i64Public User
email: Stringevents_url: Stringfollowers: i64followers_url: Stringfollowing: i64following_url: Stringgists_url: Stringgravatar_id: Stringhireable: boolhtml_url: Stringid: i64location: Stringlogin: Stringname: Stringnode_id: Stringorganizations_url: Stringowned_private_repos: i64Public User
plan: Option<Plan>Public User
private_gists: i64Public User
public_gists: i64public_repos: i64received_events_url: Stringrepos_url: Stringsite_admin: boolstarred_url: Stringsubscriptions_url: Stringsuspended_at: Option<DateTime<Utc>>Public User
total_private_repos: i64Public User
twitter_username: StringPublic User
type_: Stringupdated_at: DateTime<Utc>url: StringTrait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for PublicUserimpl Send for PublicUserimpl Sync for PublicUserimpl Unpin for PublicUserimpl UnwindSafe for PublicUserBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more