Struct gitlab::webhooks::MergeRequestParams [] [src]

pub struct MergeRequestParams { /* fields omitted */ }

Merge parameters for a merge request.

Methods

impl MergeRequestParams
[src]

Whether the author of the merge request indicated that the source branch should be deleted upon merge or not.

Trait Implementations

impl Debug for MergeRequestParams
[src]

Formats the value using the given formatter.

impl Clone for MergeRequestParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more