Struct gitlab::api::projects::hooks::EditHookBuilder [−][src]
pub struct EditHookBuilder<'a> { /* fields omitted */ }
Expand description
Builder for EditHook
.
Implementations
The project to edit a webhook within.
The URL for the webhook to contact.
Whether to send push events for this webhook or not.
Filter which branches send push events for this webhook.
Whether to send issue events for this webhook or not.
Whether to send confidential issue events for this webhook or not.
Whether to send merge request events for this webhook or not.
Whether to send tag events for this webhook or not.
Whether to send note (comment) events for this webhook or not.
Whether to send confidential note (comment) events for this webhook or not.
Whether to send job events for this webhook or not.
Whether to send pipeline events for this webhook or not.
Whether to send wiki page events for this webhook or not.
Whether to send deployment events for this webhook or not.
Whether to send release events for this webhook or not.
Whether to verify SSL/TLS certificates for the webhook endpoint or not.
A secret token to include in webhook deliveries.
This may be used to ensure that the webhook is actually coming from the GitLab instance.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for EditHookBuilder<'a>
impl<'a> Send for EditHookBuilder<'a>
impl<'a> Sync for EditHookBuilder<'a>
impl<'a> Unpin for EditHookBuilder<'a>
impl<'a> UnwindSafe for EditHookBuilder<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more