[][src]Struct gitlab::webhooks::IssueHook

pub struct IssueHook {
    pub object_kind: String,
    pub user: UserHookAttrs,
    pub project: ProjectHookAttrs,
    pub object_attributes: IssueHookAttrs,
    pub assignee: Option<UserHookAttrs>,
}

An issue hook.

Fields

object_kind: String

The event which occurred.

user: UserHookAttrs

The user which triggered the hook.

project: ProjectHookAttrs

The project the hook was created for.

object_attributes: IssueHookAttrs

Attributes of the issue.

assignee: Option<UserHookAttrs>

The assignee of the issue.

Trait Implementations

impl Clone for IssueHook[src]

impl Debug for IssueHook[src]

impl Serialize for IssueHook[src]

impl<'de> Deserialize<'de> for IssueHook[src]

Auto Trait Implementations

Blanket Implementations

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.

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.

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

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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