pub enum InstallationSuspendInstallationEventsItem {
Show 51 variants
BranchProtectionRule,
CheckRun,
CheckSuite,
CodeScanningAlert,
CommitComment,
Create,
Delete,
Deployment,
DeploymentReview,
DeploymentStatus,
DeployKey,
Discussion,
DiscussionComment,
Fork,
Gollum,
Issues,
IssueComment,
Label,
Member,
Membership,
MergeGroup,
MergeQueueEntry,
Milestone,
Organization,
OrgBlock,
PageBuild,
Project,
ProjectsV2Item,
ProjectCard,
ProjectColumn,
Public,
PullRequest,
PullRequestReview,
PullRequestReviewComment,
PullRequestReviewThread,
Push,
RegistryPackage,
Release,
Repository,
RepositoryDispatch,
SecretScanningAlert,
SecretScanningAlertLocation,
SecurityAndAnalysis,
Star,
Status,
Team,
TeamAdd,
Watch,
WorkflowDispatch,
WorkflowJob,
WorkflowRun,
}
Expand description
InstallationSuspendInstallationEventsItem
JSON schema
{
"type": "string",
"enum": [
"branch_protection_rule",
"check_run",
"check_suite",
"code_scanning_alert",
"commit_comment",
"create",
"delete",
"deployment",
"deployment_review",
"deployment_status",
"deploy_key",
"discussion",
"discussion_comment",
"fork",
"gollum",
"issues",
"issue_comment",
"label",
"member",
"membership",
"merge_group",
"merge_queue_entry",
"milestone",
"organization",
"org_block",
"page_build",
"project",
"projects_v2_item",
"project_card",
"project_column",
"public",
"pull_request",
"pull_request_review",
"pull_request_review_comment",
"pull_request_review_thread",
"push",
"registry_package",
"release",
"repository",
"repository_dispatch",
"secret_scanning_alert",
"secret_scanning_alert_location",
"security_and_analysis",
"star",
"status",
"team",
"team_add",
"watch",
"workflow_dispatch",
"workflow_job",
"workflow_run"
]
}
Variants§
BranchProtectionRule
CheckRun
CheckSuite
CodeScanningAlert
CommitComment
Create
Delete
Deployment
DeploymentReview
DeploymentStatus
DeployKey
Discussion
DiscussionComment
Fork
Gollum
Issues
IssueComment
Label
Member
Membership
MergeGroup
MergeQueueEntry
Milestone
Organization
OrgBlock
PageBuild
Project
ProjectsV2Item
ProjectCard
ProjectColumn
Public
PullRequest
PullRequestReview
PullRequestReviewComment
PullRequestReviewThread
Push
RegistryPackage
Release
Repository
RepositoryDispatch
SecretScanningAlert
SecretScanningAlertLocation
SecurityAndAnalysis
Star
Status
Team
TeamAdd
Watch
WorkflowDispatch
WorkflowJob
WorkflowRun
Trait Implementations§
Source§impl Clone for InstallationSuspendInstallationEventsItem
impl Clone for InstallationSuspendInstallationEventsItem
Source§fn clone(&self) -> InstallationSuspendInstallationEventsItem
fn clone(&self) -> InstallationSuspendInstallationEventsItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for InstallationSuspendInstallationEventsItem
impl<'de> Deserialize<'de> for InstallationSuspendInstallationEventsItem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&InstallationSuspendInstallationEventsItem> for InstallationSuspendInstallationEventsItem
impl From<&InstallationSuspendInstallationEventsItem> for InstallationSuspendInstallationEventsItem
Source§fn from(value: &InstallationSuspendInstallationEventsItem) -> Self
fn from(value: &InstallationSuspendInstallationEventsItem) -> Self
Converts to this type from the input type.
Source§impl Ord for InstallationSuspendInstallationEventsItem
impl Ord for InstallationSuspendInstallationEventsItem
Source§fn cmp(&self, other: &InstallationSuspendInstallationEventsItem) -> Ordering
fn cmp(&self, other: &InstallationSuspendInstallationEventsItem) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InstallationSuspendInstallationEventsItem
impl PartialEq for InstallationSuspendInstallationEventsItem
Source§fn eq(&self, other: &InstallationSuspendInstallationEventsItem) -> bool
fn eq(&self, other: &InstallationSuspendInstallationEventsItem) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for InstallationSuspendInstallationEventsItem
impl PartialOrd for InstallationSuspendInstallationEventsItem
impl Copy for InstallationSuspendInstallationEventsItem
impl Eq for InstallationSuspendInstallationEventsItem
impl StructuralPartialEq for InstallationSuspendInstallationEventsItem
Auto Trait Implementations§
impl Freeze for InstallationSuspendInstallationEventsItem
impl RefUnwindSafe for InstallationSuspendInstallationEventsItem
impl Send for InstallationSuspendInstallationEventsItem
impl Sync for InstallationSuspendInstallationEventsItem
impl Unpin for InstallationSuspendInstallationEventsItem
impl UnwindSafe for InstallationSuspendInstallationEventsItem
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more