Struct hubcaps::search::ReposItem

source ·
pub struct ReposItem {
Show 72 fields pub id: u32, pub name: String, pub full_name: String, pub owner: User, pub private: bool, pub html_url: String, pub description: String, pub fork: bool, pub url: String, pub forks_url: String, pub keys_url: String, pub collaborators_url: String, pub teams_url: String, pub hooks_url: String, pub issue_events_url: String, pub events_url: String, pub assignees_url: String, pub branches_url: String, pub tags_url: String, pub blobs_url: String, pub git_tags_url: String, pub git_refs_url: String, pub trees_url: String, pub statuses_url: String, pub languages_url: String, pub stargazers_url: String, pub contributors_url: String, pub subscribers_url: String, pub subscription_url: String, pub commits_url: String, pub git_commits_url: String, pub comments_url: String, pub issue_comment_url: String, pub contents_url: String, pub compare_url: String, pub merges_url: String, pub archive_url: String, pub downloads_url: String, pub issues_url: String, pub pulls_url: String, pub milestones_url: String, pub notifications_url: String, pub labels_url: String, pub releases_url: String, pub deployments_url: String, pub created_at: String, pub updated_at: String, pub pushed_at: String, pub git_url: String, pub ssh_url: String, pub clone_url: String, pub svn_url: String, pub homepage: String, pub size: u32, pub stargazers_count: u32, pub watchers_count: u32, pub language: String, pub has_issues: bool, pub has_projects: bool, pub has_downloads: bool, pub has_wiki: bool, pub has_pages: bool, pub forks_count: u32, pub mirror_url: Option<String>, pub archived: bool, pub open_issues_count: u32, pub license: License, pub forks: u32, pub open_issues: u32, pub watchers: u32, pub default_branch: String, pub score: f64,
}

Fields

id: u32name: Stringfull_name: Stringowner: Userprivate: boolhtml_url: Stringdescription: Stringfork: boolurl: Stringforks_url: Stringkeys_url: Stringcollaborators_url: Stringteams_url: Stringhooks_url: Stringissue_events_url: Stringevents_url: Stringassignees_url: Stringbranches_url: Stringtags_url: Stringblobs_url: Stringgit_tags_url: Stringgit_refs_url: Stringtrees_url: Stringstatuses_url: Stringlanguages_url: Stringstargazers_url: Stringcontributors_url: Stringsubscribers_url: Stringsubscription_url: Stringcommits_url: Stringgit_commits_url: Stringcomments_url: Stringissue_comment_url: Stringcontents_url: Stringcompare_url: Stringmerges_url: Stringarchive_url: Stringdownloads_url: Stringissues_url: Stringpulls_url: Stringmilestones_url: Stringnotifications_url: Stringlabels_url: Stringreleases_url: Stringdeployments_url: Stringcreated_at: Stringupdated_at: Stringpushed_at: Stringgit_url: Stringssh_url: Stringclone_url: Stringsvn_url: Stringhomepage: Stringsize: u32stargazers_count: u32watchers_count: u32language: Stringhas_issues: boolhas_projects: boolhas_downloads: boolhas_wiki: boolhas_pages: boolforks_count: u32mirror_url: Option<String>archived: boolopen_issues_count: u32license: Licenseforks: u32open_issues: u32watchers: u32default_branch: Stringscore: f64

Trait Implementations

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.