[][src]Struct gitlab::types::WebhookEvents

pub struct WebhookEvents { /* fields omitted */ }

The events a webhook listener may receive.

Methods

impl WebhookEvents[src]

pub fn new() -> Self[src]

Create a new, empty webhook event set.

pub fn with_job(self) -> Self[src]

pub fn with_issues(self) -> Self[src]

pub fn with_confidential_issues(self) -> Self[src]

pub fn with_merge_requests(self) -> Self[src]

pub fn with_note(self) -> Self[src]

pub fn with_pipeline(self) -> Self[src]

pub fn with_push(self) -> Self[src]

pub fn with_wiki_page(self) -> Self[src]

pub fn job(&self) -> bool[src]

pub fn issues(&self) -> bool[src]

pub fn confidential_issues(&self) -> bool[src]

pub fn merge_requests(&self) -> bool[src]

pub fn note(&self) -> bool[src]

pub fn pipeline(&self) -> bool[src]

pub fn push(&self) -> bool[src]

pub fn wiki_page(&self) -> bool[src]

Trait Implementations

impl Clone for WebhookEvents[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for WebhookEvents[src]

impl Copy for WebhookEvents[src]

impl Debug for WebhookEvents[src]

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Erased for T

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

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