Enum github_webhook::payload_types::AppEvents
source · pub enum AppEvents {
Show 54 variants
BranchProtectionRule,
CheckRun,
CheckSuite,
CodeScanningAlert,
CommitComment,
Create,
Delete,
DependabotAlert,
DeployKey,
Deployment,
DeploymentProtectionRule,
DeploymentReview,
DeploymentStatus,
Discussion,
DiscussionComment,
Fork,
Gollum,
IssueComment,
Issues,
Label,
Member,
Membership,
MergeGroup,
MergeQueueEntry,
Milestone,
OrgBlock,
Organization,
PageBuild,
Project,
ProjectCard,
ProjectColumn,
ProjectsV2Item,
Public,
PullRequest,
PullRequestReview,
PullRequestReviewComment,
PullRequestReviewThread,
Push,
RegistryPackage,
Release,
Repository,
RepositoryDispatch,
RepositoryRuleset,
SecretScanningAlert,
SecretScanningAlertLocation,
SecurityAndAnalysis,
Star,
Status,
Team,
TeamAdd,
Watch,
WorkflowDispatch,
WorkflowJob,
WorkflowRun,
}
Variants§
BranchProtectionRule
CheckRun
CheckSuite
CodeScanningAlert
CommitComment
Create
Delete
DependabotAlert
DeployKey
Deployment
DeploymentProtectionRule
DeploymentReview
DeploymentStatus
Discussion
DiscussionComment
Fork
Gollum
IssueComment
Issues
Label
Member
Membership
MergeGroup
MergeQueueEntry
Milestone
OrgBlock
Organization
PageBuild
Project
ProjectCard
ProjectColumn
ProjectsV2Item
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<'de> Deserialize<'de> for AppEvents
impl<'de> Deserialize<'de> for AppEvents
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
Auto Trait Implementations§
impl RefUnwindSafe for AppEvents
impl Send for AppEvents
impl Sync for AppEvents
impl Unpin for AppEvents
impl UnwindSafe for AppEvents
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