pub struct EndpointGenerator;Implementations§
Source§impl EndpointGenerator
impl EndpointGenerator
pub fn user_followers() -> Result<Url>
Source§impl EndpointGenerator
impl EndpointGenerator
pub fn user_following() -> Result<Url>
Source§impl EndpointGenerator
impl EndpointGenerator
pub fn user_repos() -> Result<Url>
Source§impl EndpointGenerator
impl EndpointGenerator
pub fn user_search() -> Result<Url>
Source§impl EndpointGenerator
impl EndpointGenerator
pub fn repo_search() -> Result<Url>
Source§impl EndpointGenerator
impl EndpointGenerator
pub fn all_notifications() -> Result<Url>
Source§impl EndpointGenerator
impl EndpointGenerator
pub fn repo_infos() -> Result<Url>
Source§impl EndpointGenerator
impl EndpointGenerator
pub fn repo_assignees() -> Result<Url>
Source§impl EndpointGenerator
impl EndpointGenerator
pub fn repo_issues() -> Result<Url>
Source§impl EndpointGenerator
impl EndpointGenerator
pub fn repo_pull_requests() -> Result<Url>
Source§impl EndpointGenerator
impl EndpointGenerator
pub fn repo_labels() -> Result<Url>
Source§impl EndpointGenerator
impl EndpointGenerator
pub fn repo_milestones() -> Result<Url>
Source§impl EndpointGenerator
impl EndpointGenerator
pub fn repo_branches() -> Result<Url>
Source§impl EndpointGenerator
impl EndpointGenerator
pub fn repo_update_issue(issue_id: usize) -> Result<Url>
pub fn repo_put_issue_labels(issue_id: usize) -> Result<Url>
pub fn repo_update_milestone(milestone_id: usize) -> Result<Url>
pub fn repo_forks(ownername: &str, reponame: &str) -> Result<Url>
pub fn repo_comments_for_id(issue_or_pr_id: usize) -> Result<Url>
pub fn repo_labels_with_id(label_id: usize) -> Result<Url>
pub fn repo_update_pull_request(pull_request_id: usize) -> Result<Url>
pub fn get_user_repos(username: String) -> Result<Url>
pub fn get_org_repos(orgname: String) -> Result<Url>
pub fn get_notification_thread(thread_id: usize) -> Result<Url>
Trait Implementations§
Source§impl Clone for EndpointGenerator
impl Clone for EndpointGenerator
Source§fn clone(&self) -> EndpointGenerator
fn clone(&self) -> EndpointGenerator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EndpointGenerator
impl Debug for EndpointGenerator
impl Copy for EndpointGenerator
Auto Trait Implementations§
impl Freeze for EndpointGenerator
impl RefUnwindSafe for EndpointGenerator
impl Send for EndpointGenerator
impl Sync for EndpointGenerator
impl Unpin for EndpointGenerator
impl UnwindSafe for EndpointGenerator
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more