pub enum AppEventsItem {
Show 54 variants
BranchProtectionRule,
CheckRun,
CheckSuite,
CodeScanningAlert,
CommitComment,
Create,
Delete,
DependabotAlert,
Deployment,
DeploymentProtectionRule,
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,
RepositoryRuleset,
SecretScanningAlert,
SecretScanningAlertLocation,
SecurityAndAnalysis,
Star,
Status,
Team,
TeamAdd,
Watch,
WorkflowDispatch,
WorkflowJob,
WorkflowRun,
}
Expand description
AppEventsItem
JSON schema
{
"type": "string",
"enum": [
"branch_protection_rule",
"check_run",
"check_suite",
"code_scanning_alert",
"commit_comment",
"create",
"delete",
"dependabot_alert",
"deployment",
"deployment_protection_rule",
"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",
"repository_ruleset",
"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
DependabotAlert
Deployment
DeploymentProtectionRule
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
RepositoryRuleset
SecretScanningAlert
SecretScanningAlertLocation
SecurityAndAnalysis
Star
Status
Team
TeamAdd
Watch
WorkflowDispatch
WorkflowJob
WorkflowRun
Trait Implementations§
Source§impl Clone for AppEventsItem
impl Clone for AppEventsItem
Source§fn clone(&self) -> AppEventsItem
fn clone(&self) -> AppEventsItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AppEventsItem
impl Debug for AppEventsItem
Source§impl<'de> Deserialize<'de> for AppEventsItem
impl<'de> Deserialize<'de> for AppEventsItem
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<&AppEventsItem> for AppEventsItem
impl From<&AppEventsItem> for AppEventsItem
Source§fn from(value: &AppEventsItem) -> Self
fn from(value: &AppEventsItem) -> Self
Converts to this type from the input type.
Source§impl FromStr for AppEventsItem
impl FromStr for AppEventsItem
Source§impl Hash for AppEventsItem
impl Hash for AppEventsItem
Source§impl Ord for AppEventsItem
impl Ord for AppEventsItem
Source§fn cmp(&self, other: &AppEventsItem) -> Ordering
fn cmp(&self, other: &AppEventsItem) -> 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 AppEventsItem
impl PartialEq for AppEventsItem
Source§impl PartialOrd for AppEventsItem
impl PartialOrd for AppEventsItem
Source§impl Serialize for AppEventsItem
impl Serialize for AppEventsItem
Source§impl ToString for AppEventsItem
impl ToString for AppEventsItem
Source§impl TryFrom<&String> for AppEventsItem
impl TryFrom<&String> for AppEventsItem
Source§impl TryFrom<&str> for AppEventsItem
impl TryFrom<&str> for AppEventsItem
Source§impl TryFrom<String> for AppEventsItem
impl TryFrom<String> for AppEventsItem
impl Copy for AppEventsItem
impl Eq for AppEventsItem
impl StructuralPartialEq for AppEventsItem
Auto Trait Implementations§
impl Freeze for AppEventsItem
impl RefUnwindSafe for AppEventsItem
impl Send for AppEventsItem
impl Sync for AppEventsItem
impl Unpin for AppEventsItem
impl UnwindSafe for AppEventsItem
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