pub struct ApiClient { /* private fields */ }
Expand description
API 客户端
Implementations§
Source§impl ApiClient
impl ApiClient
Sourcepub fn pulls(&self) -> &PullsClient
pub fn pulls(&self) -> &PullsClient
获取 Pulls 相关的 API 客户端
Sourcepub fn users(&self) -> &UsersClient
pub fn users(&self) -> &UsersClient
获取 Users 相关的 API 客户端
Sourcepub fn repo_labels(&self) -> &RepoLabelsClient
pub fn repo_labels(&self) -> &RepoLabelsClient
获取 RepoLabels 相关的 API 客户端
Sourcepub fn build(&self) -> &BuildClient
pub fn build(&self) -> &BuildClient
获取 Build 相关的 API 客户端
Sourcepub fn repositories(&self) -> &RepositoriesClient
pub fn repositories(&self) -> &RepositoriesClient
获取 Repositories 相关的 API 客户端
Sourcepub fn assets(&self) -> &AssetsClient
pub fn assets(&self) -> &AssetsClient
获取 Assets 相关的 API 客户端
Sourcepub fn issues(&self) -> &IssuesClient
pub fn issues(&self) -> &IssuesClient
获取 Issues 相关的 API 客户端
Sourcepub fn organizations(&self) -> &OrganizationsClient
pub fn organizations(&self) -> &OrganizationsClient
获取 Organizations 相关的 API 客户端
Sourcepub fn followers(&self) -> &FollowersClient
pub fn followers(&self) -> &FollowersClient
获取 Followers 相关的 API 客户端
Sourcepub fn repo_contributor(&self) -> &RepoContributorClient
pub fn repo_contributor(&self) -> &RepoContributorClient
获取 RepoContributor 相关的 API 客户端
Sourcepub fn releases(&self) -> &ReleasesClient
pub fn releases(&self) -> &ReleasesClient
获取 Releases 相关的 API 客户端
Sourcepub fn starring(&self) -> &StarringClient
pub fn starring(&self) -> &StarringClient
获取 Starring 相关的 API 客户端
Sourcepub fn artifactory(&self) -> &ArtifactoryClient
pub fn artifactory(&self) -> &ArtifactoryClient
获取 Artifactory 相关的 API 客户端
Sourcepub fn workspace(&self) -> &WorkspaceClient
pub fn workspace(&self) -> &WorkspaceClient
获取 Workspace 相关的 API 客户端
Sourcepub fn contributors(&self) -> &ContributorsClient
pub fn contributors(&self) -> &ContributorsClient
获取 Contributors 相关的 API 客户端
Sourcepub fn knowledge_base(&self) -> &KnowledgeBaseClient
pub fn knowledge_base(&self) -> &KnowledgeBaseClient
获取 KnowledgeBase 相关的 API 客户端
Sourcepub fn git_settings(&self) -> &GitSettingsClient
pub fn git_settings(&self) -> &GitSettingsClient
获取 GitSettings 相关的 API 客户端
Sourcepub fn missions(&self) -> &MissionsClient
pub fn missions(&self) -> &MissionsClient
获取 Missions 相关的 API 客户端
Sourcepub fn activities(&self) -> &ActivitiesClient
pub fn activities(&self) -> &ActivitiesClient
获取 Activities 相关的 API 客户端
Sourcepub fn collaborators(&self) -> &CollaboratorsClient
pub fn collaborators(&self) -> &CollaboratorsClient
获取 Collaborators 相关的 API 客户端
Auto Trait Implementations§
impl Freeze for ApiClient
impl !RefUnwindSafe for ApiClient
impl Send for ApiClient
impl Sync for ApiClient
impl Unpin for ApiClient
impl !UnwindSafe for ApiClient
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