Struct gitlab::api::projects::issues::EditIssueBuilder[][src]

pub struct EditIssueBuilder<'a> { /* fields omitted */ }
Expand description

Builder for EditIssue.

Implementations

The project to add the issue to.

The internal IID of the issue.

The title of the new issue.

The description of the issue.

The ID of a milestone to add the issue to.

Change the state of the issue.

Set the last-updated time for the issue.

Set the due date for the issue.

Set the weight of the issue.

Set whether discussion of the issue should be locked or not.

The ID of the epic to add the issue to.

The internal ID of the epic to add the issue to.

Updates an issue to be confidential

Builds a new EditIssue.

Errors

If a required field has not been initialized.

👎 Deprecated:

use issue instead

Set the issue ID.

Unassign the issue.

Assign the issue to a user.

Assigne the issue to a set of users.

👎 Deprecated:

use clear_labels instead

Remove all labels from the issue.

Remove all labels from the issue.

Add a label to the issue.

Note that the list of labels sent will replace the set on the instance. This only adds it to the list of labels to add to the set before sending it to the instance.

See: add_label.

Add a set of labels to the issue.

Note that the list of labels sent will replace the set on the instance. This only adds it to the list of labels to add to the set before sending it to the instance.

See: add_label.

Add a label to the issue.

This is an incremental addition to the existing set of labels on the issue.

Remove a label from the issue.

This is an incremental remove form the existing set of labels on the issue.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.