Struct github_ureq::types::Repository
source · [−]pub struct Repository { /* private fields */ }Implementations
sourceimpl Repository
impl Repository
pub fn id(&self) -> &usize
pub fn node_id(&self) -> &String
pub fn name(&self) -> &String
pub fn full_name(&self) -> &String
pub fn private(&self) -> &bool
pub fn owner(&self) -> &User
pub fn html_url(&self) -> &String
pub fn description(&self) -> &String
pub fn fork(&self) -> &bool
pub fn url(&self) -> &Option<String>
pub fn forks_url(&self) -> &String
pub fn keys_url(&self) -> &String
pub fn collaborators_url(&self) -> &String
pub fn teams_url(&self) -> &String
pub fn hooks_url(&self) -> &String
pub fn issue_events_url(&self) -> &String
pub fn events_url(&self) -> &String
pub fn assignees_url(&self) -> &String
pub fn branches_url(&self) -> &String
pub fn blobs_url(&self) -> &String
pub fn git_refs_url(&self) -> &String
pub fn trees_url(&self) -> &String
pub fn statuses_url(&self) -> &String
pub fn languages_url(&self) -> &String
pub fn stargazers_url(&self) -> &String
pub fn contributors_url(&self) -> &String
pub fn subscribers_url(&self) -> &String
pub fn subscription_url(&self) -> &String
pub fn commits_url(&self) -> &String
pub fn git_commits_url(&self) -> &String
pub fn comments_url(&self) -> &String
pub fn issue_comment_url(&self) -> &String
pub fn contents_url(&self) -> &String
pub fn compare_url(&self) -> &String
pub fn merges_url(&self) -> &String
pub fn archive_url(&self) -> &String
pub fn downloads_url(&self) -> &String
pub fn issues_url(&self) -> &String
pub fn pulls_url(&self) -> &String
pub fn milestones_url(&self) -> &String
pub fn notifications_url(&self) -> &String
pub fn labels_url(&self) -> &String
pub fn deployments_url(&self) -> &String
pub fn created_at(&self) -> &DateTime<Local>
pub fn updated_at(&self) -> &DateTime<Local>
pub fn pushed_at(&self) -> &DateTime<Local>
pub fn git_url(&self) -> &String
pub fn ssh_url(&self) -> &String
pub fn clone_url(&self) -> &String
pub fn svn_url(&self) -> &String
pub fn homepage(&self) -> &String
pub fn size(&self) -> &usize
pub fn stargazers_count(&self) -> &usize
pub fn watchers_count(&self) -> &usize
pub fn language(&self) -> &Option<String>
pub fn has_issues(&self) -> &bool
pub fn has_projects(&self) -> &bool
pub fn has_downloads(&self) -> &bool
pub fn has_wiki(&self) -> &bool
pub fn has_pages(&self) -> &bool
pub fn forks_count(&self) -> &usize
pub fn mirror_url(&self) -> &Option<String>
pub fn archived(&self) -> &bool
pub fn disabled(&self) -> &bool
pub fn open_issues_count(&self) -> &usize
pub fn license(&self) -> &Option<License>
pub fn allow_forking(&self) -> &bool
pub fn is_template(&self) -> &bool
pub fn topics(&self) -> &Vec<String>
pub fn visibility(&self) -> &String
pub fn forks(&self) -> &usize
pub fn open_issues(&self) -> &usize
pub fn watchers(&self) -> &usize
pub fn default_branch(&self) -> &String
pub fn temp_clone_token(&self) -> &Option<String>
pub fn organization(&self) -> &Option<User>
pub fn network_count(&self) -> &usize
pub fn subscribers_count(&self) -> &usize
Trait Implementations
sourceimpl Clone for Repository
impl Clone for Repository
sourcefn clone(&self) -> Repository
fn clone(&self) -> Repository
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for Repository
impl Debug for Repository
sourceimpl<'de> Deserialize<'de> for Repository
impl<'de> Deserialize<'de> for Repository
sourcefn 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
sourceimpl Serialize for Repository
impl Serialize for Repository
Auto Trait Implementations
impl RefUnwindSafe for Repository
impl Send for Repository
impl Sync for Repository
impl Unpin for Repository
impl UnwindSafe for Repository
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more