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

pub struct WebhookEvents { /* fields omitted */ }

The events a webhook listener may receive.

Methods

impl WebhookEvents
[src]

Create a new, empty webhook event set.

Trait Implementations

impl Debug for WebhookEvents
[src]

Formats the value using the given formatter.

impl Default for WebhookEvents
[src]

Returns the "default value" for a type. Read more

impl Clone for WebhookEvents
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WebhookEvents
[src]