Enum roctogen::adapters::AdapterError[][src]

pub enum AdapterError {}

Trait Implementations

impl Debug for AdapterError[src]

fn fmt(&self, f: &mut Formatter<'_>) -> Result[src]

Formats the value using the given formatter. Read more

impl Display for AdapterError[src]

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result[src]

Formats the value using the given formatter. Read more

impl Error for AdapterError[src]

fn source(&self) -> Option<&(dyn Error + 'static)>1.30.0[src]

The lower-level source of this error, if any. Read more

fn backtrace(&self) -> Option<&Backtrace>[src]

🔬 This is a nightly-only experimental API. (backtrace)

Returns a stack backtrace, if available, of where this error occurred. Read more

fn description(&self) -> &str1.0.0[src]

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

fn cause(&self) -> Option<&dyn Error>1.0.0[src]

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

impl From<AdapterError> for MetaGetError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MetaGetOctocatError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesCreateMilestoneError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsAddCollaboratorError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsCreateCardError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsCreateColumnError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsCreateForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsCreateForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsCreateForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsDeleteError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsDeleteCardError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsDeleteColumnError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsGetError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesDeleteCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsGetCardError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsGetColumnError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsGetPermissionForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsListCardsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsListCollaboratorsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsListColumnsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsListForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsListForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsListForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsMoveCardError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesDeleteLabelError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsMoveColumnError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsRemoveCollaboratorError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsUpdateError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsUpdateCardError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ProjectsUpdateColumnError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsBlockUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsCancelInvitationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsCheckBlockedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsCheckMembershipForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsCheckPublicMembershipForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesDeleteMilestoneError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsConvertMemberToOutsideCollaboratorError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsCreateInvitationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsCreateWebhookError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsDeleteWebhookError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsGetError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsGetAuditLogError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsGetMembershipForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsGetMembershipForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsGetWebhookError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsGetWebhookConfigForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesGetError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsListError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsListAppInstallationsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsListBlockedUsersError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsListFailedInvitationsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsListForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsListForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsListInvitationTeamsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsListMembersError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsListMembershipsForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsListOutsideCollaboratorsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesGetCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsListPendingInvitationsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsListPublicMembersError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsListSamlSsoAuthorizationsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsListWebhooksError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsPingWebhookError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsRemoveMemberError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsRemoveMembershipForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsRemoveOutsideCollaboratorError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsRemovePublicMembershipForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsRemoveSamlSsoAuthorizationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesGetEventError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsSetMembershipForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsSetPublicMembershipForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsUnblockUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsUpdateError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsUpdateMembershipForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsUpdateWebhookError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OrgsUpdateWebhookConfigForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersAddEmailForAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersBlockError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersCheckBlockedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesGetLabelError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersCheckFollowingForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersCheckPersonIsFollowedByAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersCreateGpgKeyForAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersCreatePublicSshKeyForAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersDeleteEmailForAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersDeleteGpgKeyForAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersDeletePublicSshKeyForAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersFollowError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersGetAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersGetByUsernameError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesGetMilestoneError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersGetContextForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersGetGpgKeyForAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersGetPublicSshKeyForAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersListError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersListBlockedByAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersListEmailsForAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersListFollowedByAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersListFollowersForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersListFollowersForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersListFollowingForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesListError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersListGpgKeysForAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersListGpgKeysForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersListPublicEmailsForAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersListPublicKeysForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersListPublicSshKeysForAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersSetPrimaryEmailVisibilityForAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersUnblockError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersUnfollowError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for UsersUpdateAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsAddRepoToInstallationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MetaGetZenError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesListAssigneesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsCheckAuthorizationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsCheckTokenError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsCreateContentAttachmentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsCreateFromManifestError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsCreateInstallationAccessTokenError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsDeleteAuthorizationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsDeleteInstallationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsDeleteTokenError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsGetAuthenticatedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsGetBySlugError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesListCommentsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsGetInstallationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsGetOrgInstallationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsGetRepoInstallationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsGetSubscriptionPlanForAccountError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsGetSubscriptionPlanForAccountStubbedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsGetUserInstallationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsGetWebhookConfigForAppError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsListAccountsForPlanError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsListAccountsForPlanStubbedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsListInstallationReposForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesListCommentsForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsListInstallationsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsListInstallationsForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsListPlansError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsListPlansStubbedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsListReposAccessibleToInstallationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsListSubscriptionsForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsListSubscriptionsForAuthenticatedUserStubbedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsRemoveRepoFromInstallationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsResetAuthorizationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsResetTokenError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesListEventsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsRevokeAuthorizationForApplicationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsRevokeGrantForApplicationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsRevokeInstallationAccessTokenError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsScopeTokenError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsSuspendInstallationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsUnsuspendInstallationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for AppsUpdateWebhookConfigForAppError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for RateLimitGetError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposAcceptInvitationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposAddAppAccessRestrictionsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesListEventsForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposAddCollaboratorError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposAddStatusCheckContextsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposAddTeamAccessRestrictionsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposAddUserAccessRestrictionsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCheckCollaboratorError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCheckVulnerabilityAlertsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCompareCommitsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCreateCommitCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCreateCommitSignatureProtectionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCreateCommitStatusError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesListEventsForTimelineError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCreateDeployKeyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCreateDeploymentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCreateDeploymentStatusError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCreateDispatchEventError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCreateForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCreateForkError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCreateInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCreateOrUpdateEnvironmentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCreateOrUpdateFileContentsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCreatePagesSiteError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesListForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCreateReleaseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCreateUsingTemplateError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposCreateWebhookError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDeclineInvitationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDeleteError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDeleteAccessRestrictionsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDeleteAdminBranchProtectionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDeleteAnEnvironmentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDeleteBranchProtectionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDeleteCommitCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesListForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDeleteCommitSignatureProtectionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDeleteDeployKeyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDeleteDeploymentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDeleteFileError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDeleteInvitationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDeletePagesSiteError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDeletePullRequestReviewProtectionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDeleteReleaseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDeleteReleaseAssetError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDeleteWebhookError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesListForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDisableAutomatedSecurityFixesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDisableVulnerabilityAlertsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDownloadTarballArchiveError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposDownloadZipballArchiveError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposEnableAutomatedSecurityFixesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposEnableVulnerabilityAlertsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetAccessRestrictionsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetAdminBranchProtectionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetAllEnvironmentsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesListLabelsForMilestoneError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetAllStatusCheckContextsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetAllTopicsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetAppsWithAccessToProtectedBranchError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetBranchError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetBranchProtectionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetClonesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetCodeFrequencyStatsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetCollaboratorPermissionLevelError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetCombinedStatusForRefError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetCommitError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MetaRootError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesListLabelsForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetCommitActivityStatsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetCommitCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetCommitSignatureProtectionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetCommunityProfileMetricsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetContentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetContributorsStatsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetDeployKeyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetDeploymentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetDeploymentStatusError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetEnvironmentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesListLabelsOnIssueError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetLatestPagesBuildError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetLatestReleaseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetPagesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetPagesBuildError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetPagesHealthCheckError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetParticipationStatsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetPullRequestReviewProtectionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetPunchCardStatsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetReadmeError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetReadmeInDirectoryError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesListMilestonesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetReleaseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetReleaseAssetError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetReleaseByTagError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetStatusChecksProtectionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetTeamsWithAccessToProtectedBranchError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetTopPathsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetTopReferrersError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetUsersWithAccessToProtectedBranchError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetViewsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetWebhookError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesLockError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposGetWebhookConfigForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListBranchesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListBranchesForHeadCommitError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListCollaboratorsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListCommentsForCommitError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListCommitCommentsForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListCommitStatusesForRefError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListCommitsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListContributorsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListDeployKeysError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesRemoveAllLabelsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListDeploymentStatusesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListDeploymentsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListForksError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListInvitationsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListInvitationsForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListLanguagesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListPagesBuildsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesRemoveAssigneesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListPublicError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListPullRequestsAssociatedWithCommitError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListReleaseAssetsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListReleasesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListTagsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListTeamsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposListWebhooksError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposMergeError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposPingWebhookError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposRemoveAppAccessRestrictionsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesRemoveLabelError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposRemoveCollaboratorError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposRemoveStatusCheckContextsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposRemoveStatusCheckProtectionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposRemoveTeamAccessRestrictionsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposRemoveUserAccessRestrictionsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposRenameBranchError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposReplaceAllTopicsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposRequestPagesBuildError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposSetAdminBranchProtectionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposSetAppAccessRestrictionsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesSetLabelsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposSetStatusCheckContextsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposSetTeamAccessRestrictionsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposSetUserAccessRestrictionsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposTestPushWebhookError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposTransferError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposUpdateError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposUpdateBranchProtectionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposUpdateCommitCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposUpdateInformationAboutPagesSiteError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposUpdateInvitationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesUnlockError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposUpdatePullRequestReviewProtectionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposUpdateReleaseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposUpdateReleaseAssetError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposUpdateStatusCheckProtectionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposUpdateWebhookError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposUpdateWebhookConfigForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReposUploadReleaseAssetError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for SecretScanningGetAlertError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for SecretScanningListAlertsForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for SecretScanningUpdateAlertError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesUpdateError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PackagesDeletePackageForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PackagesDeletePackageForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PackagesDeletePackageVersionForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PackagesDeletePackageVersionForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PackagesGetAllPackageVersionsForPackageOwnedByAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PackagesGetAllPackageVersionsForPackageOwnedByOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PackagesGetAllPackageVersionsForPackageOwnedByUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PackagesGetPackageForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PackagesGetPackageForOrganizationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PackagesGetPackageForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesAddAssigneesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesUpdateCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PackagesGetPackageVersionForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PackagesGetPackageVersionForOrganizationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PackagesGetPackageVersionForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PackagesRestorePackageForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PackagesRestorePackageForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PackagesRestorePackageVersionForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PackagesRestorePackageVersionForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for SearchCodeError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for SearchCommitsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for SearchIssuesAndPullRequestsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesUpdateLabelError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for SearchLabelsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for SearchReposError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for SearchTopicsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for SearchUsersError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsAddMemberLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsAddOrUpdateMembershipForUserInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsAddOrUpdateMembershipForUserLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsAddOrUpdateProjectPermissionsInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsAddOrUpdateProjectPermissionsLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsAddOrUpdateRepoPermissionsInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesUpdateMilestoneError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsAddOrUpdateRepoPermissionsLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsCheckPermissionsForProjectInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsCheckPermissionsForProjectLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsCheckPermissionsForRepoInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsCheckPermissionsForRepoLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsCreateError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsCreateDiscussionCommentInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsCreateDiscussionCommentLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsCreateDiscussionInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsCreateDiscussionLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for LicensesGetError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsCreateOrUpdateIdpGroupConnectionsInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsCreateOrUpdateIdpGroupConnectionsLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsDeleteDiscussionCommentInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsDeleteDiscussionCommentLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsDeleteDiscussionInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsDeleteDiscussionLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsDeleteInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsDeleteLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsGetByNameError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsGetDiscussionCommentInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for LicensesGetAllCommonlyUsedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsGetDiscussionCommentLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsGetDiscussionInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsGetDiscussionLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsGetLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsGetMemberLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsGetMembershipForUserInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsGetMembershipForUserLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListChildInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListChildLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for LicensesGetForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListDiscussionCommentsInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListDiscussionCommentsLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListDiscussionsInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListDiscussionsLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListIdpGroupsForLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListIdpGroupsForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListIdpGroupsInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListMembersInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListMembersLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsCreateForCommitCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListPendingInvitationsInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListPendingInvitationsLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListProjectsInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListProjectsLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListReposInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsListReposLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsRemoveMemberLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsRemoveMembershipForUserInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsRemoveMembershipForUserLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsRemoveProjectInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsCreateForIssueError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsRemoveProjectLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsRemoveRepoInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsRemoveRepoLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsUpdateDiscussionCommentInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsUpdateDiscussionCommentLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsUpdateDiscussionInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsUpdateDiscussionLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsUpdateInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for TeamsUpdateLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MarkdownRenderError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsCreateForIssueCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MarkdownRenderRawError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OauthAuthorizationsCreateAuthorizationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OauthAuthorizationsDeleteAuthorizationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OauthAuthorizationsDeleteGrantError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OauthAuthorizationsGetAuthorizationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OauthAuthorizationsGetGrantError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OauthAuthorizationsGetOrCreateAuthorizationForAppError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OauthAuthorizationsGetOrCreateAuthorizationForAppAndFingerprintError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OauthAuthorizationsListAuthorizationsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OauthAuthorizationsListGrantsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsCreateForPullRequestReviewCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for OauthAuthorizationsUpdateAuthorizationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsActionsPoliciesGetGithubActionsPermissionsOrganizationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsAddRepoAccessToSelfHostedRunnerGroupInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsAddSelectedRepoToOrgSecretError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsAddSelfHostedRunnerToGroupForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsApproveWorkflowRunError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsCancelWorkflowRunError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsCreateOrUpdateEnvironmentSecretError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsCreateOrUpdateOrgSecretError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsCreateOrUpdateRepoSecretError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesAddLabelsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsCreateForTeamDiscussionCommentInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsCreateRegistrationTokenForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsCreateRegistrationTokenForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsCreateRemoveTokenForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsCreateRemoveTokenForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsCreateSelfHostedRunnerGroupForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsCreateWorkflowDispatchError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsDeleteArtifactError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsDeleteEnvironmentSecretError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsDeleteOrgSecretError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsDeleteRepoSecretError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsCreateForTeamDiscussionCommentLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsDeleteSelfHostedRunnerFromOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsDeleteSelfHostedRunnerFromRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsDeleteSelfHostedRunnerGroupFromOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsDeleteWorkflowRunError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsDeleteWorkflowRunLogsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsDisableSelectedRepositoryGithubActionsOrganizationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsDisableWorkflowError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsDownloadArtifactError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsDownloadJobLogsForWorkflowRunError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsDownloadWorkflowRunLogsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsCreateForTeamDiscussionInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsEnableSelectedRepositoryGithubActionsOrganizationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsEnableWorkflowError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetAllowedActionsOrganizationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetAllowedActionsRepositoryError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetArtifactError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetEnvironmentPublicKeyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetEnvironmentSecretError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetGithubActionsPermissionsRepositoryError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetJobForWorkflowRunError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetOrgPublicKeyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsCreateForTeamDiscussionLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetOrgSecretError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetPendingDeploymentsForRunError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetRepoPublicKeyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetRepoSecretError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetReviewsForRunError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetSelfHostedRunnerForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetSelfHostedRunnerForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetSelfHostedRunnerGroupForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetWorkflowError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetWorkflowRunError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsDeleteForCommitCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetWorkflowRunUsageError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsGetWorkflowUsageError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsListArtifactsForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsListEnvironmentSecretsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsListJobsForWorkflowRunError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsListOrgSecretsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsListRepoAccessToSelfHostedRunnerGroupInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsListRepoSecretsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsListRepoWorkflowsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsListRunnerApplicationsForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsDeleteForIssueError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsListRunnerApplicationsForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsListSelectedReposForOrgSecretError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsListSelectedRepositoriesEnabledGithubActionsOrganizationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsListSelfHostedRunnerGroupsForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsListSelfHostedRunnersForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsListSelfHostedRunnersForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsListSelfHostedRunnersInGroupForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsListWorkflowRunArtifactsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsListWorkflowRunsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsListWorkflowRunsForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsDeleteForIssueCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsReRunWorkflowError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsRemoveRepoAccessToSelfHostedRunnerGroupInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsRemoveSelectedRepoFromOrgSecretError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsRemoveSelfHostedRunnerFromGroupForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsReviewPendingDeploymentsForRunError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsSetAllowedActionsOrganizationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsSetAllowedActionsRepositoryError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsSetGithubActionsPermissionsOrganizationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsSetGithubActionsPermissionsRepositoryError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsSetRepoAccessToSelfHostedRunnerGroupInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsDeleteForPullRequestCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsSetSelectedReposForOrgSecretError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsSetSelectedRepositoriesEnabledGithubActionsOrganizationError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsSetSelfHostedRunnersInGroupForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActionsUpdateSelfHostedRunnerGroupForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsCancelImportError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsDeleteArchiveForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsDeleteArchiveForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsDownloadArchiveForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsGetArchiveForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsGetCommitAuthorsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsDeleteForTeamDiscussionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsGetImportStatusError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsGetLargeFilesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsGetStatusForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsGetStatusForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsListForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsListForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsListReposForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsListReposForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsMapCommitAuthorError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsSetLfsPreferenceError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsDeleteForTeamDiscussionCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsStartForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsStartForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsStartImportError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsUnlockRepoForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsUnlockRepoForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for MigrationsUpdateImportError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsCheckIsStarredError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsCreateError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsCreateCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsDeleteError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesCheckUserCanBeAssignedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsDeleteLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsDeleteCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsForkError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsGetError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsGetCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsGetRevisionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsListError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsListCommentsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsListCommitsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsListForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsListForksError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsListForCommitCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsListPublicError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsListStarredError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsStarError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsUnstarError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsUpdateError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GistsUpdateCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for CodesOfConductGetAllCodesOfConductError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for CodesOfConductGetConductCodeError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for CodesOfConductGetForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsCheckIfMergedError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsListForIssueError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsCreateError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsCreateReplyForReviewCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsCreateReviewError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsCreateReviewCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsDeletePendingReviewError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsDeleteReviewCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsDismissReviewError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsGetError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsGetReviewError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsGetReviewCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsListForIssueCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsListError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsListCommentsForReviewError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsListCommitsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsListFilesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsListRequestedReviewersError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsListReviewCommentsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsListReviewCommentsForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsListReviewsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsMergeError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsRemoveRequestedReviewersError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsListForPullRequestReviewCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsRequestReviewersError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsSubmitReviewError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsUpdateError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsUpdateBranchError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsUpdateReviewError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for PullsUpdateReviewCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GitignoreGetAllTemplatesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GitignoreGetTemplateError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminAddOrgAccessToSelfHostedRunnerGroupInEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminAddSelfHostedRunnerToGroupForEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsListForTeamDiscussionCommentInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminCreateRegistrationTokenForEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminCreateRemoveTokenForEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminCreateSelfHostedRunnerGroupForEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminDeleteScimGroupFromEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminDeleteSelfHostedRunnerFromEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminDeleteSelfHostedRunnerGroupFromEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminDeleteUserFromEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminDisableSelectedOrganizationGithubActionsEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminEnableSelectedOrganizationGithubActionsEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminGetAllowedActionsEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsListForTeamDiscussionCommentLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminGetAuditLogError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminGetGithubActionsPermissionsEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminGetProvisioningInformationForEnterpriseGroupError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminGetProvisioningInformationForEnterpriseUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminGetSelfHostedRunnerForEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminGetSelfHostedRunnerGroupForEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminListOrgAccessToSelfHostedRunnerGroupInEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminListProvisionedGroupsEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminListProvisionedIdentitiesEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminListRunnerApplicationsForEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsListForTeamDiscussionInOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminListSelectedOrganizationsEnabledGithubActionsEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminListSelfHostedRunnerGroupsForEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminListSelfHostedRunnersForEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminListSelfHostedRunnersInGroupForEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminProvisionAndInviteEnterpriseGroupError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminProvisionAndInviteEnterpriseUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminRemoveOrgAccessToSelfHostedRunnerGroupInEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminRemoveSelfHostedRunnerFromGroupForEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminSetAllowedActionsEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminSetGithubActionsPermissionsEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ReactionsListForTeamDiscussionLegacyError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminSetInformationForProvisionedEnterpriseGroupError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminSetInformationForProvisionedEnterpriseUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminSetOrgAccessToSelfHostedRunnerGroupInEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminSetSelectedOrganizationsEnabledGithubActionsEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminSetSelfHostedRunnersInGroupForEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminUpdateAttributeForEnterpriseGroupError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminUpdateAttributeForEnterpriseUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EnterpriseAdminUpdateSelfHostedRunnerGroupForEnterpriseError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GitCreateBlobError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GitCreateCommitError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityCheckRepoIsStarredByAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GitCreateRefError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GitCreateTagError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GitCreateTreeError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GitDeleteRefError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GitGetBlobError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GitGetCommitError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GitGetRefError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GitGetTagError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GitGetTreeError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GitListMatchingRefsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesCreateError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityDeleteRepoSubscriptionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for GitUpdateRefError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ScimDeleteUserFromOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ScimGetProvisioningInformationForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ScimListProvisionedIdentitiesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ScimProvisionAndInviteUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ScimSetInformationForProvisionedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ScimUpdateAttributeForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for CodeScanningDeleteAnalysisError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for CodeScanningGetAlertError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for CodeScanningGetAnalysisError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityDeleteThreadSubscriptionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for CodeScanningGetSarifError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for CodeScanningListAlertInstancesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for CodeScanningListAlertsForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for CodeScanningListRecentAnalysesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for CodeScanningUpdateAlertError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for CodeScanningUploadSarifError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ChecksCreateError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ChecksCreateSuiteError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ChecksGetError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ChecksGetSuiteError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityGetFeedsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ChecksListAnnotationsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ChecksListForRefError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ChecksListForSuiteError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ChecksListSuitesForRefError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ChecksRerequestSuiteError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ChecksSetSuitesPreferencesError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ChecksUpdateError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for BillingGetGithubActionsBillingGheError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for BillingGetGithubActionsBillingOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for BillingGetGithubActionsBillingUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityGetRepoSubscriptionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for BillingGetGithubPackagesBillingGheError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for BillingGetGithubPackagesBillingOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for BillingGetGithubPackagesBillingUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for BillingGetSharedStorageBillingGheError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for BillingGetSharedStorageBillingOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for BillingGetSharedStorageBillingUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for InteractionsGetRestrictionsForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for InteractionsGetRestrictionsForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for InteractionsGetRestrictionsForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for InteractionsRemoveRestrictionsForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityGetThreadError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for InteractionsRemoveRestrictionsForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for InteractionsRemoveRestrictionsForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for InteractionsSetRestrictionsForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for InteractionsSetRestrictionsForOrgError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for InteractionsSetRestrictionsForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for EmojisGetError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityGetThreadSubscriptionForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityListEventsForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityListNotificationsForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityListOrgEventsForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityListPublicEventsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesCreateCommentError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityListPublicEventsForRepoNetworkError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityListPublicEventsForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityListPublicOrgEventsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityListReceivedEventsForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityListReceivedPublicEventsForUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityListRepoEventsError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityListRepoNotificationsForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityListReposStarredByAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityListReposStarredByUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityListReposWatchedByUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for IssuesCreateLabelError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityListStargazersForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityListWatchedReposForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityListWatchersForRepoError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityMarkNotificationsAsReadError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityMarkRepoNotificationsAsReadError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityMarkThreadAsReadError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivitySetRepoSubscriptionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivitySetThreadSubscriptionError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityStarRepoForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

impl From<AdapterError> for ActivityUnstarRepoForAuthenticatedUserError[src]

fn from(source: AdapterError) -> Self[src]

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

pub fn type_id(&self) -> TypeId[src]

Gets the TypeId of self. Read more

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

pub fn borrow(&self) -> &T[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

pub fn borrow_mut(&mut self) -> &mut T[src]

Mutably borrows from an owned value. Read more

impl<T> From<T> for T[src]

pub fn from(t: T) -> T[src]

Performs the conversion.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

pub fn into(self) -> U[src]

Performs the conversion.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

pub default fn to_string(&self) -> String[src]

Converts the given value to a String. Read more

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]

Performs the conversion.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]

Performs the conversion.