[−][src]Struct warp_github_webhook::Kind
Webhook kind.
Implementations
impl Kind[src]
pub const CHECK_RUN: Kind[src]
pub const CHECK_SUITE: Kind[src]
pub const COMMIT_COMMENT: Kind[src]
pub const CREATE: Kind[src]
pub const DELETE: Kind[src]
pub const DEPLOYMENT: Kind[src]
pub const DEPLOYMENT_STATUS: Kind[src]
pub const FORK: Kind[src]
pub const GITHUB_APP_AUTHORIZATION: Kind[src]
pub const GOLLUM: Kind[src]
pub const INSTALLATION: Kind[src]
pub const INSTALLATION_REPOSITORIES: Kind[src]
pub const ISSUE_COMMENT: Kind[src]
pub const ISSUES: Kind[src]
pub const LABEL: Kind[src]
pub const MARKETPLACE_PURCHASE: Kind[src]
pub const MEMBER: Kind[src]
pub const MEMBERSHIP: Kind[src]
pub const MILESTONE: Kind[src]
pub const ORGANIZATION: Kind[src]
pub const ORG_BLOCK: Kind[src]
pub const PAGE_BUILD: Kind[src]
pub const PROJECT_CARD: Kind[src]
pub const PROJECT_COLUMN: Kind[src]
pub const PROJECT: Kind[src]
pub const PUBLIC: Kind[src]
pub const PULL_REQUEST_REVIEW_COMMENT: Kind[src]
pub const PULL_REQUEST_REVIEW: Kind[src]
pub const PULL_REQUEST: Kind[src]
pub const PUSH: Kind[src]
pub const REPOSITORY: Kind[src]
pub const REPOSITORY_IMPORT: Kind[src]
pub const REPOSITORY_VULNERABILITY_ALERT: Kind[src]
pub const RELEASE: Kind[src]
pub const SECURITY_ADVISORY: Kind[src]
pub const STATUS: Kind[src]
pub const TEAM: Kind[src]
pub const TEAM_ADD: Kind[src]
pub const WATCH: Kind[src]
Trait Implementations
impl Clone for Kind[src]
impl Copy for Kind[src]
impl Debug for Kind[src]
impl Eq for Kind[src]
impl Hash for Kind[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<Kind> for Kind[src]
impl StructuralEq for Kind[src]
impl StructuralPartialEq for Kind[src]
Auto Trait Implementations
impl RefUnwindSafe for Kind
impl Send for Kind
impl Sync for Kind
impl Unpin for Kind
impl UnwindSafe for Kind
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
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]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,